Fixed configuration change message view

This commit is contained in:
M66B
2018-08-23 18:21:56 +00:00
parent f08a8605cf
commit 679b16dc5d
2 changed files with 10 additions and 1 deletions

View File

@@ -313,7 +313,6 @@ public class FragmentMessage extends FragmentEx {
}
FragmentMessage.this.message = message;
getActivity().invalidateOptionsMenu();
setSubtitle(Helper.localizeFolderName(getContext(), message.folderName));
if (savedInstanceState == null) {
@@ -339,6 +338,8 @@ public class FragmentMessage extends FragmentEx {
}
}
getActivity().invalidateOptionsMenu();
Bundle args = new Bundle();
args.putLong("id", message.id);