mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-17 12:58:28 +00:00
Empty filter textfield when leaving new call/transfer call fragments
This commit is contained in:
parent
4ba4254e46
commit
c1bb0ebadf
2 changed files with 2 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ class NewCallFragment : GenericCallFragment() {
|
|||
override fun onPause() {
|
||||
super.onPause()
|
||||
|
||||
viewModel.searchFilter.value = ""
|
||||
numberOrAddressPickerDialog?.dismiss()
|
||||
numberOrAddressPickerDialog = null
|
||||
}
|
||||
|
|
|
|||
|
|
@ -249,6 +249,7 @@ class TransferCallFragment : GenericCallFragment() {
|
|||
override fun onPause() {
|
||||
super.onPause()
|
||||
|
||||
viewModel.searchFilter.value = ""
|
||||
numberOrAddressPickerDialog?.dismiss()
|
||||
numberOrAddressPickerDialog = null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue