mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
VoIP: exclude call activity from recents
This commit is contained in:
parent
97c3e50e7d
commit
131afcebf1
1 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue