Merge branch 'fix-image-picker' into 'main'

Fix `image_picker` for Android >= Q

Closes #306

See merge request famedly/fluffychat!392
This commit is contained in:
Krille Fear 2021-03-05 18:09:48 +00:00
commit a81dd5d0fc
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
<application
android:name=".Application"
android:label="FluffyChat"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"
android:launchMode="singleTask"