Fixed file viewer opening in call activity's if there is one in PiP

This commit is contained in:
Sylvain Berfini 2025-07-17 11:55:06 +02:00
parent 2c9d627794
commit 3098c3e68e

View file

@ -151,7 +151,7 @@
android:name=".ui.call.CallActivity"
android:windowSoftInputMode="adjustResize"
android:theme="@style/Theme.LinphoneInCall"
android:launchMode="singleTask"
android:launchMode="singleInstance"
android:turnScreenOn="true"
android:showWhenLocked="true"
android:resizeableActivity="true"