mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
codacy: remove unused code
This commit is contained in:
parent
4fa8eb7409
commit
08f5e71d20
4 changed files with 0 additions and 7 deletions
|
@ -29,7 +29,6 @@ import com.owncloud.android.db.PreferenceManager;
|
|||
import com.owncloud.android.utils.PushUtils;
|
||||
|
||||
public class NCFirebaseInstanceIDService extends FirebaseInstanceIdService {
|
||||
private static final String TAG = "NCFirebaseInstanceID";
|
||||
|
||||
@Override
|
||||
public void onTokenRefresh() {
|
||||
|
|
|
@ -35,7 +35,6 @@ import com.owncloud.android.ui.activity.NotificationsActivity;
|
|||
import com.owncloud.android.utils.ThemeUtils;
|
||||
|
||||
public class NCFirebaseMessagingService extends FirebaseMessagingService {
|
||||
private static final String TAG = "NCFirebaseMessaging";
|
||||
|
||||
@Override
|
||||
public void onMessageReceived(RemoteMessage remoteMessage) {
|
||||
|
@ -64,5 +63,4 @@ public class NCFirebaseMessagingService extends FirebaseMessagingService {
|
|||
|
||||
notificationManager.notify(0, notificationBuilder.build());
|
||||
}
|
||||
|
||||
}
|
|
@ -29,7 +29,6 @@ import com.owncloud.android.db.PreferenceManager;
|
|||
import com.owncloud.android.utils.PushUtils;
|
||||
|
||||
public class NCFirebaseInstanceIDService extends FirebaseInstanceIdService {
|
||||
private static final String TAG = "NCFirebaseInstanceID";
|
||||
|
||||
@Override
|
||||
public void onTokenRefresh() {
|
||||
|
|
|
@ -25,7 +25,6 @@ import android.content.Context;
|
|||
import android.content.Intent;
|
||||
import android.graphics.BitmapFactory;
|
||||
import android.media.RingtoneManager;
|
||||
import android.net.Uri;
|
||||
import android.support.v4.app.NotificationCompat;
|
||||
|
||||
import com.google.firebase.messaging.FirebaseMessagingService;
|
||||
|
@ -35,7 +34,6 @@ import com.owncloud.android.R;
|
|||
import com.owncloud.android.ui.activity.NotificationsActivity;
|
||||
|
||||
public class NCFirebaseMessagingService extends FirebaseMessagingService {
|
||||
private static final String TAG = "NCFirebaseMessaging";
|
||||
|
||||
@Override
|
||||
public void onMessageReceived(RemoteMessage remoteMessage) {
|
||||
|
@ -63,5 +61,4 @@ public class NCFirebaseMessagingService extends FirebaseMessagingService {
|
|||
|
||||
notificationManager.notify(0, notificationBuilder.build());
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue