Add done button to lists dialog
This commit is contained in:
parent
c00c0926cf
commit
dbc4a3dcb2
2 changed files with 49 additions and 29 deletions
|
@ -138,6 +138,10 @@ class ListsForAccountFragment : DialogFragment(), Injectable {
|
|||
}
|
||||
}
|
||||
|
||||
binding.doneButton.setOnClickListener {
|
||||
dismiss()
|
||||
}
|
||||
|
||||
load()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue