Small improvements

This commit is contained in:
M66B
2020-03-27 13:26:15 +01:00
parent 538525440c
commit 21bb3af518
2 changed files with 7 additions and 1 deletions

View File

@@ -109,6 +109,9 @@ public class ActivityWidget extends ActivityBase {
@Override
protected void onExecuted(Bundle args, List<EntityAccount> accounts) {
if (accounts == null)
accounts = new ArrayList<>();
EntityAccount all = new EntityAccount();
all.id = -1L;
all.name = getString(R.string.title_widget_account_all);