Add done button to lists dialog

This commit is contained in:
kyori19 2022-11-16 21:54:11 +09:00
commit dbc4a3dcb2
No known key found for this signature in database
GPG key ID: F7BDE7DD42BF366A
2 changed files with 49 additions and 29 deletions

View file

@ -138,6 +138,10 @@ class ListsForAccountFragment : DialogFragment(), Injectable {
}
}
binding.doneButton.setOnClickListener {
dismiss()
}
load()
}