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 62a1d1bcb9
commit 0e74fe7062
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,