mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 13:29:50 +02:00
Fix crash
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user