Refactoring

This commit is contained in:
M66B
2020-06-06 10:02:11 +02:00
parent 0352d69e84
commit ca904aa03b
8 changed files with 26 additions and 26 deletions

View File

@@ -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