mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-26 17:44:45 +01:00
Fix crash
This commit is contained in:
parent
ae389527b6
commit
1373b4cb40
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user