1
0
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:
cketti 2013-02-05 23:49:53 +01:00
parent 1dd697f091
commit 08198d8767

View File

@ -1419,6 +1419,7 @@ public class MessageList extends K9FragmentActivity implements MessageListFragme
mActionBarMessageView.setVisibility(View.VISIBLE);
if (mMessageViewFragment != null) {
displayMessageSubject(null);
mMessageViewFragment.updateTitle();
}
}