Revert "Spam filter experiment"

This reverts commit 5922d30104.
This commit is contained in:
M66B
2020-09-27 17:02:17 +02:00
parent 5922d30104
commit d8fe78654c
4 changed files with 0 additions and 89 deletions

View File

@@ -617,8 +617,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
});
prefs.registerOnSharedPreferenceChangeListener(this);
JunkFilter.load(this);
}
@Override
@@ -688,8 +686,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
nm.cancel(Helper.NOTIFICATION_SYNCHRONIZE);
JunkFilter.save(this);
super.onDestroy();
}