fix: separate status query
This commit is contained in:
parent
560eef491f
commit
5e38b00c1f
3 changed files with 99 additions and 60 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue