Intent information that is pass to attachViewRenderers is not present on intent then onNewIntent called.

This commit is contained in:
David Langley 2022-02-10 17:23:38 +00:00
parent 06b5563ff6
commit 11986ec9ef
2 changed files with 2 additions and 0 deletions

1
changelog.d/5201.bugfix Normal file
View File

@ -0,0 +1 @@
Fix for call transfer with consult failing to make outgoing consultation call.

View File

@ -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