aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2022-02-05 07:19:18 +0000
committerAlex Ning <chineseperson5@gmail.com>2022-02-05 07:19:18 +0000
commitc265bbecf9b613285de56cd0643ec94e364d4f5e (patch)
tree6a53384e3c8e29270ba8350c701c13af2df3bc24 /app/src/main/AndroidManifest.xml
parent101525ae334b55cfcad887a64811c3b31ac8753a (diff)
downloadinfinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.gz
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.bz2
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.lz
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.xz
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.tar.zst
infinity-for-reddit-c265bbecf9b613285de56cd0643ec94e364d4f5e.zip
New option: Settings->Interface->Comment->Hide Author Avatar. Fix Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index a9d52b11..3632c4a2 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -26,7 +26,7 @@
<application
android:name="ml.docilealligator.infinityforreddit.Infinity"
- android:allowBackup="true"
+ android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/application_name"
android:roundIcon="@mipmap/ic_launcher_round"