Revert "Refactoring, small improvements"

This reverts commit ee99ae3ecb.

This would cause existing widgets not to work anymore
This commit is contained in:
M66B
2019-11-15 13:58:34 +01:00
parent ee99ae3ecb
commit 7d551073d8
13 changed files with 36 additions and 38 deletions

View File

@@ -271,7 +271,7 @@ public class ServiceSynchronize extends ServiceBase {
last = messages;
if (changed)
WidgetList.update(ServiceSynchronize.this);
WidgetUnified.update(ServiceSynchronize.this);
}
});
}
@@ -412,7 +412,7 @@ public class ServiceSynchronize extends ServiceBase {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
boolean badge = prefs.getBoolean("badge", true);
WidgetCount.update(this, unseen);
Widget.update(this, unseen);
try {
if (unseen == null || !badge)