mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix issue with video calls
This commit is contained in:
parent
caeb3d0422
commit
214f04870d
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@
|
|||
</activity>
|
||||
<activity android:name="org.linphone.VideoCallActivity"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:launchMode="singleTop"
|
||||
android:launchMode="singleInstance"
|
||||
android:configChanges="orientation">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue