mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Fix possible RxStore memory leak.
This commit is contained in:
@@ -72,6 +72,7 @@ class ShareViewModel(
|
||||
|
||||
override fun onCleared() {
|
||||
disposables.clear()
|
||||
store.dispose()
|
||||
}
|
||||
|
||||
private fun moveToFailedState(throwable: Throwable? = null) {
|
||||
|
||||
Reference in New Issue
Block a user