Use column instead of lazycolumn in account activity

Minor other composable edits
This commit is contained in:
Juha Heinanen
2025-04-04 10:37:30 +03:00
parent 520e174d28
commit 4de39bcaab
3 changed files with 210 additions and 321 deletions

View File

@ -14,4 +14,5 @@ class ViewModel(application: Application) : AndroidViewModel(application) {
fun updateSelectedAor(newValue: String) {
_selectedAor.value = newValue
}
}