What's Changed
Bug Fixes
-
Fixed scrolling bug in form-like questionnaires (#313)
- Resolved an issue in questionnaire form, where the currently focused input field was incorrectly identified in form-like questionnaires
-
Resolved a crash related to soft keyboard handling (#314)
- Replaced
lateinit
with null-ish checks to prevent crashes in certain scenarios
- Replaced
Full Changelog: 0.17.2...0.17.3