mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 04:37:25 +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.FetchRemovedComment;
|
||||
import eu.toldi.infinityforlemmy.comment.FetchRemovedCommentReveddit;
|
||||
import eu.toldi.infinityforlemmy.comment.ParseComment;
|
||||
import eu.toldi.infinityforlemmy.commentfilter.CommentFilter;
|
||||
import eu.toldi.infinityforlemmy.commentfilter.FetchCommentFilter;
|
||||
import eu.toldi.infinityforlemmy.community.BlockCommunity;
|
||||
@ -239,7 +238,7 @@ public class ViewPostDetailFragment extends Fragment implements FragmentCommunic
|
||||
@State
|
||||
boolean commentFilterFetched;
|
||||
@State
|
||||
CommentFilter mCommentFilter;
|
||||
CommentFilter mCommentFilter = new CommentFilter();
|
||||
|
||||
@State
|
||||
boolean isCommunityBlocked;
|
||||
|
Loading…
Reference in New Issue
Block a user