fix(user-detail): show empty message for posts

This commit is contained in:
Diego Beraldin 2023-11-24 08:50:34 +01:00
parent b4f52aa874
commit d136837d04

View File

@ -263,6 +263,7 @@ class UserDetailViewModel(
loading = false,
canFetchMore = itemList?.isEmpty() != true,
refreshing = false,
initial = false,
)
}
if (!itemList.isNullOrEmpty()) {