Make sure any JoinedRustRoom is destroyed after use (#4678)
This commit is contained in:
parent
a7179b711c
commit
024aa49e60
5 changed files with 11 additions and 3 deletions
|
|
@ -86,6 +86,7 @@ class SharePresenter @AssistedInject constructor(
|
|||
).isSuccess
|
||||
}
|
||||
.all { it }
|
||||
.also { room.destroy() }
|
||||
}
|
||||
.all { it }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue