Intent information that is pass to attachViewRenderers is not present on intent then onNewIntent called.
This commit is contained in:
parent
06b5563ff6
commit
11986ec9ef
1
changelog.d/5201.bugfix
Normal file
1
changelog.d/5201.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix for call transfer with consult failing to make outgoing consultation call.
|
@ -165,6 +165,7 @@ class VectorCallActivity : VectorBaseActivity<ActivityCallBinding>(), CallContro
|
||||
?.let {
|
||||
callViewModel.handle(VectorCallViewActions.SwitchCall(it))
|
||||
}
|
||||
this.intent = intent
|
||||
}
|
||||
|
||||
override fun getMenuRes() = R.menu.vector_call
|
||||
|
Loading…
x
Reference in New Issue
Block a user