talk-android/app
Dariusz Olszewski 93556da33a
Re-use existing ChatController from notification
NotificationWorker provides the user information under KEY_USER_ENTITY parameter of the notification intent, but does not set the KEY_INTERNAL_USER_ID parameter.
With this change existing ChatController instance that has been opened manually from the conversation list is properly reused when a notification is opened.
Otherwise two instances of the ChatController were running in parallel for the same room, causing unintended side effects.

Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-03-01 13:19:18 +01:00
..
src Re-use existing ChatController from notification 2022-03-01 13:19:18 +01:00
build.gradle Weekly 13.1.0 Alpha 14 2022-02-28 03:16:02 +00:00
lint.xml Lint: ignore obsolete link checks on libs 2021-02-24 11:44:55 +01:00
proguard-rules.pro