nextcloud-talk-android/app
Marcel Hibbe c9e99a7d6f
fix multiple bugs caused by launchMode="singleInstance" and noHistory="true"
following lines for ChatActivity were removed:
  android:launchMode="singleInstance"
  android:noHistory="true"

this solves:
- share files from local storage broken
- broken transitions (caused by "singleInstance")
- fix to open chat when navigating back from conversation info
- fix weird mixed conversations when opening a conversation by notification while being in another conversation

launchMode="singleInstance" was introduced when reimplementing breakout rooms for the conductor to activity migration. So for now this reverting might introduce problems for breakout rooms.

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2023-05-12 15:54:56 +02:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase
src fix multiple bugs caused by launchMode="singleInstance" and noHistory="true" 2023-05-12 15:54:56 +02:00
build.gradle Build(deps): Bump androidx.core:core-ktx from 1.10.0 to 1.10.1 2023-05-10 18:10:42 +00:00
lint.xml
proguard-rules.pro