mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Simplification
This commit is contained in:
parent
aeec8d2e0d
commit
b546d9f0a4
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue