1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Android: Resolves #3547: Make Joplin resizeable (#4624)

This commit is contained in:
Roman Musin 2021-03-14 15:18:50 +00:00 committed by GitHub
parent fd390dff6b
commit 74cd19f942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,9 @@
android:allowBackup: used to enable Android Backup which some users need:
https://github.com/laurent22/joplin/issues/4020
android:resizeableActivity: allows user to resize Joplin window
https://github.com/laurent22/joplin/issues/3547
-->
<application
android:name=".MainApplication"
@ -34,6 +37,7 @@
android:allowBackup="true"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="true"
android:theme="@style/AppTheme">
<!-- RN-NOTIFICATION -->