mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 21:11:02 +00:00
fix: separate status query
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user