mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Show conversation account name, crowdin sync
This commit is contained in:
@@ -1401,7 +1401,12 @@ public class FragmentMessages extends FragmentBase {
|
||||
break;
|
||||
|
||||
case THREAD:
|
||||
setSubtitle(R.string.title_folder_thread);
|
||||
db.account().liveAccount(account).observe(getViewLifecycleOwner(), new Observer<EntityAccount>() {
|
||||
@Override
|
||||
public void onChanged(EntityAccount account) {
|
||||
setSubtitle(getString(R.string.title_folder_thread, account == null ? "" : account.name));
|
||||
}
|
||||
});
|
||||
break;
|
||||
|
||||
case SEARCH:
|
||||
|
||||
Reference in New Issue
Block a user