Use column instead of lazycolumn in account activity
Minor other composable edits
This commit is contained in:
@ -14,4 +14,5 @@ class ViewModel(application: Application) : AndroidViewModel(application) {
|
||||
fun updateSelectedAor(newValue: String) {
|
||||
_selectedAor.value = newValue
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user