1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-10 18:10:44 +09:00

Editor | Fix | Should close keyboard when closing dialog screens (#2152)

This commit is contained in:
Evgenii Kozlov 2022-03-25 11:39:21 +03:00 committed by GitHub
parent 7dc8b893a2
commit a53459e415
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Change log for Android @Anytype app.
## Version 0.6.1 (WIP)
### Fixes & tech 🚒
* Editor | Should close keyboard when closing a dialog screen with focused text input (#2152)
## Version 0.6.0
### New features & enhancements 🚀

View file

@ -26,7 +26,7 @@
android:screenOrientation="portrait"
android:exported="true"
android:launchMode="singleTop"
android:windowSoftInputMode="stateHidden|adjustResize">
android:windowSoftInputMode="adjustResize">
<intent-filter android:label="filter">
<action android:name="android.intent.action.VIEW" />