mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 19:42:34 +00:00
Fix a bug
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
32566eceae
commit
c48969253f
@ -112,7 +112,6 @@ public class NextcloudTalkApplication extends MultiDexApplication {
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
new ClosedInterfaceImpl().ProviderInstallerInstallIfNeededAsync();
|
||||
|
||||
JobManager.create(this).addJobCreator(new MagicJobCreator());
|
||||
|
||||
@ -132,6 +131,7 @@ public class NextcloudTalkApplication extends MultiDexApplication {
|
||||
componentApplication.inject(this);
|
||||
refWatcher = LeakCanary.install(this);
|
||||
|
||||
new ClosedInterfaceImpl().ProviderInstallerInstallIfNeededAsync();
|
||||
DeviceUtils.ignoreSpecialBatteryFeatures();
|
||||
|
||||
new JobRequest.Builder(PushRegistrationJob.TAG).setUpdateCurrent(true).startNow().build().schedule();
|
||||
|
Loading…
Reference in New Issue
Block a user