VoIP: exclude call activity from recents

This commit is contained in:
ganfra 2020-12-02 12:18:15 +01:00
parent 97c3e50e7d
commit 131afcebf1

View file

@ -220,7 +220,8 @@
<activity
android:name=".features.attachments.preview.AttachmentsPreviewActivity"
android:theme="@style/AppTheme.AttachmentsPreview" />
<activity android:name=".features.call.VectorCallActivity" />
<activity android:name=".features.call.VectorCallActivity"
android:excludeFromRecents="true"/>
<activity
android:name=".features.call.conference.VectorJitsiActivity"
android:configChanges="orientation|screenSize" />