mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-04 22:04:48 +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);
|
mMessageFullname = getArguments().getInt(EXTRA_MESSAGE_FULLNAME);
|
||||||
|
|
||||||
if (isSingleCommentThreadMode) {
|
|
||||||
sortType = loadSortType();
|
sortType = loadSortType();
|
||||||
activity.setTitle(sortType.fullName);
|
activity.setTitle(sortType.fullName);
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
if (sortType != null) {
|
if (sortType != null) {
|
||||||
activity.setTitle(sortType.fullName);
|
activity.setTitle(sortType.fullName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user