Compose from primary account folders

This commit is contained in:
M66B
2020-03-10 14:39:29 +01:00
parent 4c2d80d21b
commit 407e66ebaa
3 changed files with 80 additions and 57 deletions

View File

@@ -329,6 +329,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
protected void onExecuted(Bundle args, EntityAccount account) {
Bundle aargs = new Bundle();
aargs.putLong("account", account == null ? -1 : account.id);
aargs.putBoolean("primary", true);
FragmentBase fragment = new FragmentFolders();
fragment.setArguments(aargs);
init(fragment);