mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Intent information that is pass to attachViewRenderers is not present on intent then onNewIntent called.
This commit is contained in:
parent
06b5563ff6
commit
11986ec9ef
2 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue