Skip to content

Commit

Permalink
feat: Remove default theme
Browse files Browse the repository at this point in the history
Change-Id: Id1cd2fcff257db94ba55b8d4b4fcf99067c16da8
  • Loading branch information
XayahSuSuSu committed May 22, 2022
1 parent 98905de commit 3922b34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MaterialYouFileExplorer/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<application android:requestLegacyExternalStorage="true">
<activity
android:name=".ExplorerActivity"
android:exported="false"
android:theme="@style/Theme.MaterialYouFileExplorer" />
android:exported="false" />
</application>

</manifest>

0 comments on commit 3922b34

Please sign in to comment.