Ensure that the Rust room is not closed while the driver needs it. (#4694)
This commit is contained in:
parent
5fb0fc0d50
commit
0beec202a5
3 changed files with 4 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ class DefaultCallWidgetProvider @Inject constructor(
|
|||
).getOrThrow()
|
||||
|
||||
val driver = room.getWidgetDriver(widgetSettings).getOrThrow()
|
||||
room.destroy()
|
||||
|
||||
CallWidgetProvider.GetWidgetResult(
|
||||
driver = driver,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue