fix some lint warnings, remove unused code

This commit is contained in:
Conny Duck 2017-11-07 15:31:44 +01:00
commit 305d28a5c1
16 changed files with 11 additions and 86 deletions

View file

@ -15,6 +15,7 @@
package com.keylesspalace.tusky;
import android.annotation.SuppressLint;
import android.app.NotificationManager;
import android.content.Context;
import android.content.Intent;
@ -45,6 +46,7 @@ import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
@SuppressLint("Registered")
public class BaseActivity extends AppCompatActivity {
protected static final int SERVICE_REQUEST_CODE = 8574603; // This number is arbitrary.