VoIP: exclude call activity from recents
This commit is contained in:
parent
97c3e50e7d
commit
131afcebf1
|
@ -220,7 +220,8 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".features.attachments.preview.AttachmentsPreviewActivity"
|
android:name=".features.attachments.preview.AttachmentsPreviewActivity"
|
||||||
android:theme="@style/AppTheme.AttachmentsPreview" />
|
android:theme="@style/AppTheme.AttachmentsPreview" />
|
||||||
<activity android:name=".features.call.VectorCallActivity" />
|
<activity android:name=".features.call.VectorCallActivity"
|
||||||
|
android:excludeFromRecents="true"/>
|
||||||
<activity
|
<activity
|
||||||
android:name=".features.call.conference.VectorJitsiActivity"
|
android:name=".features.call.conference.VectorJitsiActivity"
|
||||||
android:configChanges="orientation|screenSize" />
|
android:configChanges="orientation|screenSize" />
|
||||||
|
|
Loading…
Reference in New Issue