Switch missed themes in manifest to .SC themes for proper accent

Change-Id: I3f2b15584b93826c514dca6fdd972217ce1ee7a3
This commit is contained in:
SpiritCroc 2021-02-24 17:18:46 +01:00
parent c4cfa5023f
commit cedf599a70
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@
<!-- Add tools:ignore="Instantiatable" for the error reported only by Buildkite :/ -->
<activity
android:name=".features.media.VectorAttachmentViewerActivity"
android:theme="@style/AppTheme.Transparent"
android:theme="@style/AppTheme.Transparent.SC"
tools:ignore="Instantiatable" />
<activity android:name=".features.media.BigImageViewerActivity" />
@ -235,7 +235,7 @@
<activity
android:name=".features.attachments.preview.AttachmentsPreviewActivity"
android:theme="@style/AppTheme.AttachmentsPreview" />
android:theme="@style/AppTheme.AttachmentsPreview.SC" />
<activity android:name=".features.call.VectorCallActivity"
android:excludeFromRecents="true"/>
<activity