mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-24 04:38:31 +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 {
|
} else {
|
||||||
onSingleAddressSelected(address, friend)
|
onSingleAddressSelected(address, friend)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Clear filter after it was used
|
||||||
|
coreContext.postOnMainThread {
|
||||||
|
viewModel.clearFilter()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun handleClickOnContactModel(model: ContactOrSuggestionModel) {
|
private fun handleClickOnContactModel(model: ContactOrSuggestionModel) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue