mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 21:19:31 +01:00
This should be used in places where multiple Disposables are handled simultaneously as a simple way of ensuring that all disposables are cleared on exit. For example on ViewModels and Controllers should likely use one of these and clear it on their respective lifecycle end. I've included an example use in ChatController, where it replaces an existing `ArrayList<Disposable>`, but the benefit should be more visible in places where Disposables are currently handled separately. Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |