mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-01 03:09:22 +00:00
Fixed transfer action not consumed by dialer UI
This commit is contained in:
parent
5b489b6eff
commit
3951c7ba4d
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