We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c55525 commit 2ea966aCopy full SHA for 2ea966a
app/src/main/java/fr/free/nrw/commons/contributions/MainActivity.java
@@ -111,11 +111,6 @@ protected void onSaveInstanceState(Bundle outState) {
111
}
112
113
private void initMain() {
114
- //Do not remove this, this triggers the sync service
115
- Intent uploadServiceIntent = new Intent(this, UploadService.class);
116
- uploadServiceIntent.setAction(UploadService.ACTION_START_SERVICE);
117
- startService(uploadServiceIntent);
118
-
119
addTabsAndFragments();
120
if (contributionsActivityPagerAdapter.getItem(0) != null) {
121
((ContributionsFragment)contributionsActivityPagerAdapter.getItem(0)).onAuthCookieAcquired();
0 commit comments