mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed transfer action not consumed by dialer UI
This commit is contained in:
parent
7b581ba586
commit
0100536e2e
1 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,9 @@ class DialerFragment : Fragment() {
|
|||
|
||||
binding.setTransferCallClickListener {
|
||||
viewModel.transferCall()
|
||||
// Transfer has been consumed
|
||||
sharedViewModel.pendingCallTransfer = false
|
||||
viewModel.transferVisibility.value = false
|
||||
}
|
||||
|
||||
if (arguments?.containsKey("Transfer") == true) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue