don't reset dialog on close

This commit is contained in:
Believethehype
2023-03-28 22:24:00 +02:00
parent ad70cfb8d7
commit 42e0cda2e2

View File

@@ -43,7 +43,6 @@ class ZapOptionstViewModel : ViewModel() {
} }
fun cancel() { fun cancel() {
customAmount = TextFieldValue("")
} }
} }