Swap account and folder name for subtitles

This commit is contained in:
M66B 2021-08-13 23:25:28 +02:00
parent 4b1c1ca16c
commit d33fd39fe3
1 changed files with 1 additions and 1 deletions

View File

@ -4889,7 +4889,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
if (folders.size() == 1) {
String accountName = folders.get(0).accountName;
if (accountName != null)
name += "/" + accountName;
name = accountName + "/" + name;
}
}