mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Clear filter after selecting an address
This commit is contained in:
parent
7c462cbb64
commit
3e0cc865b0
1 changed files with 5 additions and 0 deletions
|
|
@ -139,6 +139,11 @@ abstract class GenericAddressPickerFragment : GenericFragment() {
|
|||
} else {
|
||||
onSingleAddressSelected(address, friend)
|
||||
}
|
||||
|
||||
// Clear filter after it was used
|
||||
coreContext.postOnMainThread {
|
||||
viewModel.clearFilter()
|
||||
}
|
||||
}
|
||||
|
||||
private fun handleClickOnContactModel(model: ContactOrSuggestionModel) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue