mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02: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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user