aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorDocile-Alligator <chineseperson5@gmail.com>2022-06-01 06:53:30 +0000
committerDocile-Alligator <chineseperson5@gmail.com>2022-06-01 06:53:30 +0000
commitadb77f44d0e01480d80aa354a6af0587401cfdbf (patch)
treed2046757c51a66c55d7b1b71f56923ac3114e282 /app/src/main/AndroidManifest.xml
parentdb08be065ecf3e164ee9271c542f4b7ce7a4ac04 (diff)
downloadinfinity-for-reddit-adb77f44d0e01480d80aa354a6af0587401cfdbf.tar
infinity-for-reddit-adb77f44d0e01480d80aa354a6af0587401cfdbf.tar.gz
infinity-for-reddit-adb77f44d0e01480d80aa354a6af0587401cfdbf.tar.bz2
infinity-for-reddit-adb77f44d0e01480d80aa354a6af0587401cfdbf.tar.lz
infinity-for-reddit-adb77f44d0e01480d80aa354a6af0587401cfdbf.tar.xz
infinity-for-reddit-adb77f44d0e01480d80aa354a6af0587401cfdbf.tar.zst
infinity-for-reddit-adb77f44d0e01480d80aa354a6af0587401cfdbf.zip
Fix app crashes when applying Material You theme after changing wallpaper. Tweak the design of the fast scroller.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 654a9708..d343bfe6 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -439,9 +439,6 @@
android:enabled="true"
android:exported="false" />
<service
- android:name=".services.MaterialYouService"
- android:exported="false" />
- <service
android:name=".services.EditProfileService"
android:enabled="true"
android:exported="false" />