Skip to content

Commit

Permalink
workaround fix for Android 10 Glide failed to load image
Browse files Browse the repository at this point in the history
  • Loading branch information
TBog committed Jan 20, 2020
1 parent 25221aa commit 1dbf5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Expand Up @@ -42,6 +42,7 @@
android:name=".MyApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true"
android:label="@string/app_name"
android:largeHeap="true"
android:supportsRtl="true"
Expand Down

0 comments on commit 1dbf5a9

Please sign in to comment.