mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Refactoring
This commit is contained in:
@@ -1066,7 +1066,7 @@ public class FragmentRule extends FragmentBase {
|
||||
public AccountFolder(EntityAccount account, EntityFolder folder, Context context) {
|
||||
this.account = account;
|
||||
this.folder = folder;
|
||||
this.name = account.name + "/" + Helper.localizeFolderName(context, folder.name);
|
||||
this.name = account.name + "/" + EntityFolder.localizeName(context, folder.name);
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user