mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 12:54:11 +01:00
Simplification
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user