mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-03 03:07:55 +01:00
fix(user-detail): show empty message for posts
This commit is contained in:
parent
b4f52aa874
commit
d136837d04
@ -263,6 +263,7 @@ class UserDetailViewModel(
|
||||
loading = false,
|
||||
canFetchMore = itemList?.isEmpty() != true,
|
||||
refreshing = false,
|
||||
initial = false,
|
||||
)
|
||||
}
|
||||
if (!itemList.isNullOrEmpty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user