3509: Ensure filter edit dialog is scrollable (#3510)
This commit is contained in:
parent
ce92c52fc1
commit
8de5613b47
3 changed files with 17 additions and 24 deletions
|
|
@ -247,6 +247,8 @@ class EditFilterActivity : BaseActivity() {
|
|||
}
|
||||
|
||||
private fun saveChanges() {
|
||||
// TODO use a progress bar here (see EditProfileActivity/activity_edit_profile.xml for example)?
|
||||
|
||||
lifecycleScope.launch {
|
||||
if (viewModel.saveChanges(this@EditFilterActivity)) {
|
||||
finish()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue