talk-android/app
Marcel Hibbe 95f3d776db
fix switching conversation titles
This reverts a change from a24f49c7

Before a24f49c7 in onDestroy() the disposables were not disposed. Instead this was "only" done in onComplete() of leaveRoom().
See a24f49c#diff-6b47d0e9875a7f7d5c1e6b80feab998e92d29b0cda8ac9bbf427aab99e56d209R1827
Because with a24f49c7 was now executed in onDestroy() , the leaveRoom() method is not executed successfully because it's destroyed too early. This results in multiple calls of getRoomInfo() with different roomTokens.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-07-14 10:21:13 +02:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase Room db schema v8 2022-07-01 08:59:12 +02:00
src fix switching conversation titles 2022-07-14 10:21:13 +02:00
build.gradle Make private broadcast permission depend on applicationId 2022-07-12 13:16:35 +02: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