mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: Move version checks to Main.kt (#1995)
This commit is contained in:
parent
8d231ff125
commit
6915249121
4 changed files with 51 additions and 32 deletions
|
|
@ -221,7 +221,7 @@ class UIViewModel @Inject constructor(
|
|||
html = html,
|
||||
onConfirm = {
|
||||
onConfirm?.invoke()
|
||||
if (dismissable) dismissAlert()
|
||||
dismissAlert()
|
||||
},
|
||||
onDismiss = {
|
||||
if (dismissable) dismissAlert()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue