fix some lint warnings, remove unused code
This commit is contained in:
parent
a2c361914b
commit
305d28a5c1
16 changed files with 11 additions and 86 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue