mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Fixed file viewer opening in call activity's if there is one in PiP
This commit is contained in:
parent
2c9d627794
commit
3098c3e68e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue