|
@@ -131,7 +131,7 @@ public class NextcloudTalkApplication extends MultiDexApplication {
|
|
componentApplication.inject(this);
|
|
componentApplication.inject(this);
|
|
refWatcher = LeakCanary.install(this);
|
|
refWatcher = LeakCanary.install(this);
|
|
|
|
|
|
- new ClosedInterfaceImpl().ProviderInstallerInstallIfNeededAsync();
|
|
|
|
|
|
+ new ClosedInterfaceImpl().providerInstallerInstallIfNeededAsync();
|
|
DeviceUtils.ignoreSpecialBatteryFeatures();
|
|
DeviceUtils.ignoreSpecialBatteryFeatures();
|
|
|
|
|
|
new JobRequest.Builder(PushRegistrationJob.TAG).setUpdateCurrent(true).startNow().build().schedule();
|
|
new JobRequest.Builder(PushRegistrationJob.TAG).setUpdateCurrent(true).startNow().build().schedule();
|