Fix dark theme issue when selecting playback speed. Minor bugs fixed.

This commit is contained in:
Alex Ning
2021-11-21 20:59:01 +08:00
parent fd1b6fa6fe
commit 725921dac1
7 changed files with 68 additions and 11 deletions

View File

@@ -25,7 +25,7 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<application
android:name=".Infinity"
android:name="ml.docilealligator.infinityforreddit.Infinity"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/application_name"