nextcloud-talk-android/app
Álvaro Brey 8e3dc066b2
Add method in NewBaseController to handle NPE catches for viewbinding
This is really a symptom of unreliable design around the async logic in Controllers. The data async calls should have been separate from the controller,
so that the only asynchronicity the Controller has to deal with is UI-related, and can be cancelled safely on destroyView.

In the future as those controllers are converted to something that has a separate ViewModel, this kind of catch should be completely unneeded.

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-07-12 12:46:10 +02:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase Room db schema v8 2022-07-01 08:59:12 +02:00
src Add method in NewBaseController to handle NPE catches for viewbinding 2022-07-12 12:46:10 +02:00
build.gradle Weekly 14.2.0 Alpha 02 2022-07-11 03:20:58 +00:00
lint.xml
proguard-rules.pro