mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-27 10:04:45 +01:00
Fix crash when opening a comment from a user tab
This seems more of a workaround than a fix.
This commit is contained in:
parent
03ee3899d7
commit
aa75fb5592
@ -95,7 +95,6 @@ import eu.toldi.infinityforlemmy.comment.Comment;
|
|||||||
import eu.toldi.infinityforlemmy.comment.FetchComment;
|
import eu.toldi.infinityforlemmy.comment.FetchComment;
|
||||||
import eu.toldi.infinityforlemmy.comment.FetchRemovedComment;
|
import eu.toldi.infinityforlemmy.comment.FetchRemovedComment;
|
||||||
import eu.toldi.infinityforlemmy.comment.FetchRemovedCommentReveddit;
|
import eu.toldi.infinityforlemmy.comment.FetchRemovedCommentReveddit;
|
||||||
import eu.toldi.infinityforlemmy.comment.ParseComment;
|
|
||||||
import eu.toldi.infinityforlemmy.commentfilter.CommentFilter;
|
import eu.toldi.infinityforlemmy.commentfilter.CommentFilter;
|
||||||
import eu.toldi.infinityforlemmy.commentfilter.FetchCommentFilter;
|
import eu.toldi.infinityforlemmy.commentfilter.FetchCommentFilter;
|
||||||
import eu.toldi.infinityforlemmy.community.BlockCommunity;
|
import eu.toldi.infinityforlemmy.community.BlockCommunity;
|
||||||
@ -239,7 +238,7 @@ public class ViewPostDetailFragment extends Fragment implements FragmentCommunic
|
|||||||
@State
|
@State
|
||||||
boolean commentFilterFetched;
|
boolean commentFilterFetched;
|
||||||
@State
|
@State
|
||||||
CommentFilter mCommentFilter;
|
CommentFilter mCommentFilter = new CommentFilter();
|
||||||
|
|
||||||
@State
|
@State
|
||||||
boolean isCommunityBlocked;
|
boolean isCommunityBlocked;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user