Sort main pod up to the top.

This commit is contained in:
darken
2022-01-25 22:56:24 +01:00
parent 8f609ca989
commit c233cd2445
@@ -159,6 +159,7 @@ class OverviewFragmentVM @Inject constructor(
)
}
}
.sortedByDescending { it.isMainPod }
.run { items.addAll(this) }
}