Fix Codacy Issues + remove unused patch

This commit is contained in:
Adam Jones 2017-03-21 20:31:10 +00:00
parent 2e5fdf44ed
commit ea43e1a796
8 changed files with 18 additions and 46 deletions

View file

@ -12,6 +12,7 @@ public class ContributionsSyncService extends Service {
@Override
public void onCreate() {
super.onCreate();
synchronized (sSyncAdapterLock) {
if (sSyncAdapter == null) {
sSyncAdapter = new ContributionsSyncAdapter(getApplicationContext(), true);