talk-android/app
Álvaro Brey cdc818b720
ChatController: fix crash when opening conversation from notification
This happens because there is no Conversation object available in the Controller when coming from a notification.

This patch means that when opening a notification for a poll, it will always look like the user is not the owner of the poll even if they are.
This is unfortunately difficult to fix as the initialization logic for ChatController is all kinds of messed up: ideally we'd always load the Conversation object before showing any kind of UI but that's too big of a change to do without tests.

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
2022-08-10 13:10:30 +02:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase Room db schema v8 2022-07-01 08:59:12 +02:00
src ChatController: fix crash when opening conversation from notification 2022-08-10 13:10:30 +02:00
build.gradle Weekly 14.2.0 Alpha 06 2022-08-08 03:16:21 +00:00
lint.xml Lint: ignore obsolete link checks on libs 2021-02-24 11:44:55 +01:00
proguard-rules.pro Initial import 2017-10-23 12:40:38 +02:00