Fix crash

This commit is contained in:
Balazs Toldi 2024-06-21 22:19:57 +02:00
parent ae389527b6
commit 1373b4cb40

View File

@ -575,10 +575,10 @@ public class ViewPostDetailFragment extends Fragment implements FragmentCommunic
}
mMessageFullname = getArguments().getInt(EXTRA_MESSAGE_FULLNAME);
if (isSingleCommentThreadMode) {
sortType = loadSortType();
activity.setTitle(sortType.fullName);
}
sortType = loadSortType();
activity.setTitle(sortType.fullName);
} else {
if (sortType != null) {
activity.setTitle(sortType.fullName);