Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
eDrive
Commits
c2e923f6
Commit
c2e923f6
authored
Oct 14, 2021
by
narinder Rana
Browse files
uncomment for scheduleScanner
parent
30614c4b
Pipeline
#140632
passed with stage
in 1 minute and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/drive/services/InitializerService.java
View file @
c2e923f6
...
...
@@ -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
,
""
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment