feat: remove predefined repo links

This commit is contained in:
aayush262 2024-06-16 11:01:32 +05:30
parent 899af3ee1a
commit 0052eba828
4 changed files with 14 additions and 23 deletions

View file

@ -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