Simplification

This commit is contained in:
M66B 2020-06-06 11:28:13 +02:00
parent aeec8d2e0d
commit b546d9f0a4
1 changed files with 0 additions and 2 deletions

View File

@ -1059,12 +1059,10 @@ public class FragmentRule extends FragmentBase {
}
private static class AccountFolder {
EntityAccount account;
EntityFolder folder;
String name;
public AccountFolder(EntityAccount account, EntityFolder folder, Context context) {
this.account = account;
this.folder = folder;
this.name = account.name + "/" + EntityFolder.localizeName(context, folder.name);
}