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:
parent
7dc8b893a2
commit
a53459e415
2 changed files with 7 additions and 1 deletions
|
@ -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 🚀
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue