mirror of
https://github.com/ReVanced/revanced-manager
synced 2026-04-25 17:15:36 +02:00
fix: Don't show update screen when there's no update
This commit is contained in:
@@ -337,7 +337,7 @@ fun DashboardScreen(
|
||||
}
|
||||
},
|
||||
actions = {
|
||||
if (updateVersion != null) {
|
||||
if (hasUpdate) {
|
||||
TooltipIconButton(
|
||||
onClick = onUpdateClick,
|
||||
tooltip = stringResource(R.string.update),
|
||||
|
||||
Reference in New Issue
Block a user