mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
Merge pull request #2581 from nextcloud/mainapp-cleanup
Mainapp cleanup
This commit is contained in:
commit
e2f34e6c0a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@ import android.app.NotificationChannel;
|
|||
import android.app.NotificationManager;
|
||||
import android.content.ContentResolver;
|
||||
import android.content.Context;
|
||||
import android.content.DialogInterface;
|
||||
import android.content.Intent;
|
||||
import android.content.SharedPreferences;
|
||||
import android.content.pm.PackageInfo;
|
||||
|
@ -111,6 +110,7 @@ public class MainApp extends MultiDexApplication {
|
|||
private boolean mBound;
|
||||
|
||||
@SuppressFBWarnings("ST")
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
JobManager.create(this).addJobCreator(new NCJobCreator());
|
||||
|
|
Loading…
Reference in a new issue