Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2e923f6 authored by narinder Rana's avatar narinder Rana
Browse files

uncomment for scheduleScanner

parent 30614c4b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ public class InitializerService extends Service
        SharedPreferences prefs = this.getSharedPreferences( AppConstants.SHARED_PREFERENCE_NAME, Context.MODE_PRIVATE );

        if( prefs.getBoolean( AppConstants.INITIALIZATION_HAS_BEEN_DONE, false ) ) {
            //JobUtils.scheduleScannerJob(this);
            JobUtils.scheduleScannerJob(this);
            Log.w(TAG, "Initializer has already been run");
        }else{
            String accountName = prefs.getString( AccountManager.KEY_ACCOUNT_NAME, "" );