Ensure that the Rust room is not closed while the driver needs it. (#4694)

This commit is contained in:
Benoit Marty 2025-05-08 09:33:35 +02:00 committed by GitHub
parent 5fb0fc0d50
commit 0beec202a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View file

@ -48,7 +48,6 @@ class DefaultCallWidgetProvider @Inject constructor(
).getOrThrow()
val driver = room.getWidgetDriver(widgetSettings).getOrThrow()
room.destroy()
CallWidgetProvider.GetWidgetResult(
driver = driver,