mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
Fix a bug with callactivity history
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
268522bd6f
commit
51cb39cbcf
1 changed files with 1 additions and 2 deletions
|
@ -59,8 +59,7 @@
|
|||
<activity
|
||||
android:name=".activities.CallActivity"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:launchMode="singleTask"
|
||||
android:noHistory="true"/>
|
||||
android:launchMode="singleTask"/>
|
||||
|
||||
</application>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue