fix: separate status query

This commit is contained in:
rebelonion 2024-05-24 12:39:03 -05:00
parent 560eef491f
commit 5e38b00c1f
3 changed files with 99 additions and 60 deletions

View file

@ -481,6 +481,9 @@ class HomeFragment : Fragment() {
CoroutineScope(Dispatchers.IO).launch {
model.setListImages()
}
CoroutineScope(Dispatchers.IO).launch {
model.initUserStatus()
}
var empty = true
val homeLayoutShow: List<Boolean> =
PrefManager.getVal(PrefName.HomeLayout)