forked from organicmaps/organicmaps
[android] remove unnecessary AppBackgroundTracker initialization.
This commit is contained in:
parent
2b98d3fc8d
commit
4f2e37e3ea
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ public class MwmApplication extends Application
|
|||
if (!isInstallationIdFound)
|
||||
setInstallationIdToCrashlytics();
|
||||
|
||||
mBackgroundTracker = new AppBackgroundTracker();
|
||||
mBackgroundTracker.addListener(mBackgroundListener);
|
||||
mBackgroundTracker.addListener(mVisibleAppLaunchListener);
|
||||
TrackRecorder.init();
|
||||
|
|
Loading…
Add table
Reference in a new issue