Open the keyboard (and keep it opened) when creating a poll.

Actually replace a Disposable effect by a action to close the keyboard in the `onBackPressed` callback.
This commit is contained in:
Benoit Marty 2024-02-12 15:20:28 +01:00
parent c69d996641
commit 58c8bb43c8
2 changed files with 7 additions and 10 deletions

1
changelog.d/2329.bugfix Normal file
View file

@ -0,0 +1 @@
Open the keyboard (and keep it opened) when creating a poll.