mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 22:03:55 +01:00
Fix Codacy Issues + remove unused patch
This commit is contained in:
parent
2e5fdf44ed
commit
ea43e1a796
8 changed files with 18 additions and 46 deletions
|
|
@ -12,6 +12,7 @@ public class ModificationsSyncService extends Service {
|
|||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
synchronized (sSyncAdapterLock) {
|
||||
if (sSyncAdapter == null) {
|
||||
sSyncAdapter = new ModificationsSyncAdapter(getApplicationContext(), true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue