Maybe fix extensions list crash

Also fix weird animation of last updated text in Updates

(cherry picked from commit 4c1da1bd1d)
This commit is contained in:
arkon
2022-08-31 15:56:08 -04:00
committed by Jobobby04
parent 946432abca
commit 57b336b2b8
4 changed files with 24 additions and 23 deletions
@@ -164,10 +164,9 @@ fun UpdateScreen(
contentPadding = contentPaddingWithNavBar,
) {
if (presenter.lastUpdated > 0L) {
item(key = "last_updated") {
UpdatesLastUpdatedItem(presenter.lastUpdated)
}
updatesLastUpdatedItem(presenter.lastUpdated)
}
updatesUiItems(
uiModels = presenter.uiModels,
selectionMode = presenter.selectionMode,