Loading app/src/main/java/foundation/e/drive/services/InitializerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, "" ); Loading Loading
app/src/main/java/foundation/e/drive/services/InitializerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, "" ); Loading