mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Fix possible RxStore memory leak.
This commit is contained in:
@@ -62,6 +62,7 @@ class DonorErrorConfigurationViewModel : ViewModel() {
|
||||
|
||||
override fun onCleared() {
|
||||
disposables.clear()
|
||||
store.dispose()
|
||||
}
|
||||
|
||||
fun setSelectedBadge(badgeIndex: Int) {
|
||||
|
||||
Reference in New Issue
Block a user