refactor: Move version checks to Main.kt (#1995)

This commit is contained in:
James Rich 2025-05-31 20:36:35 -05:00 committed by GitHub
parent 8d231ff125
commit 6915249121
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 51 additions and 32 deletions

View file

@ -221,7 +221,7 @@ class UIViewModel @Inject constructor(
html = html,
onConfirm = {
onConfirm?.invoke()
if (dismissable) dismissAlert()
dismissAlert()
},
onDismiss = {
if (dismissable) dismissAlert()