We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7a30c commit 1ad03f1Copy full SHA for 1ad03f1
app/src/main/AndroidManifest.xml
@@ -159,14 +159,14 @@
159
160
<activity
161
android:name=".ui.activities.VideoPlayer"
162
- android:theme="@style/OverlayActionBar"
+ android:theme="@style/Theme.Design.NoActionBar"
163
android:taskAffinity=".ui.activities.VideoPlayer"
164
android:excludeFromRecents="true"
165
android:exported="false"/>
166
167
168
android:name=".ui.activities.InAppGallery"
169
170
android:taskAffinity=".ui.activities.InAppGallery"
171
172
0 commit comments