mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
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>
This commit is contained in:
parent
d6d7bca840
commit
c9e99a7d6f
@ -211,8 +211,6 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".chat.ChatActivity"
|
android:name=".chat.ChatActivity"
|
||||||
android:launchMode="singleInstance"
|
|
||||||
android:noHistory="true"
|
|
||||||
android:screenOrientation="portrait"
|
android:screenOrientation="portrait"
|
||||||
android:theme="@style/AppTheme" />
|
android:theme="@style/AppTheme" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user