Skip to content

Commit

Permalink
Fix: Fix black theme not working in release build
Browse files Browse the repository at this point in the history
Fixes: #1151
  • Loading branch information
zhanghai committed Mar 12, 2024
1 parent 2de3ad9 commit a5b5540
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/raw/keep.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
~ Copyright (c) 2024 Hai Zhang <[email protected]>
~ All Rights Reserved.
-->

<resources
xmlns:tools="http://schemas.android.com/tools"
tools:keep="@style/Theme.MaterialFiles*" />

0 comments on commit a5b5540

Please sign in to comment.