3509: Ensure filter edit dialog is scrollable (#3510)

This commit is contained in:
UlrichKu 2023-04-23 22:39:19 +02:00 committed by GitHub
commit 8de5613b47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 24 deletions

View file

@ -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()