Fix post detail loader not disappearing

This commit is contained in:
Kelvin 2024-04-16 21:15:47 +02:00
parent 66c7741c38
commit 6b57878275

View file

@ -476,6 +476,7 @@ class PostDetailFragment : MainFragment {
}
updateCommentType(true);
setLoading(false);
}
fun setPostOverview(value: IPlatformPost) {