mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 20:41:01 +00:00
feat: remove predefined repo links
This commit is contained in:
@@ -482,13 +482,12 @@ 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)
|
||||
model.initHomePage()
|
||||
model.initUserStatus()
|
||||
(array.indices).forEach { i ->
|
||||
if (homeLayoutShow.elementAt(i)) {
|
||||
empty = false
|
||||
|
||||
Reference in New Issue
Block a user