Refactoring

This commit is contained in:
M66B
2020-04-08 12:24:51 +02:00
parent b1d516f61b
commit 96e99e4a13
2 changed files with 2 additions and 2 deletions

View File

@@ -53,8 +53,8 @@ public class Widget extends AppWidgetProvider {
NumberFormat nf = NumberFormat.getIntegerInstance();
for (int appWidgetId : appWidgetIds) {
long account = prefs.getLong("widget." + appWidgetId + ".account", -1L);
String name = prefs.getString("widget." + appWidgetId + ".name", null);
long account = prefs.getLong("widget." + appWidgetId + ".account", -1L);
boolean semi = prefs.getBoolean("widget." + appWidgetId + ".semi", true);
List<EntityFolder> folders = db.folder().getNotifyingFolders(account);