mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Remove old subject from action bar when loading new message
This commit is contained in:
parent
1dd697f091
commit
08198d8767
@ -1419,6 +1419,7 @@ public class MessageList extends K9FragmentActivity implements MessageListFragme
|
||||
mActionBarMessageView.setVisibility(View.VISIBLE);
|
||||
|
||||
if (mMessageViewFragment != null) {
|
||||
displayMessageSubject(null);
|
||||
mMessageViewFragment.updateTitle();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user