PLASMA-7436: fix(sdds-acore/uikit-compose): DrawerState open/close was fixed.#818
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📦 Собранные Debug APK
📲 Как установить APK на Android-устройство:
💻 Установка через USB (ADB):
|
|
📘Артефакты документации опубликованы: |
# Conflicts: # sdds-core/uikit-compose/src/main/kotlin/com/sdds/compose/uikit/internal/popover/BasePopover.kt
c25aaf7 to
2a70397
Compare
sdds-uikit-compose
Drawer
What/why changed
DrawerState.close() раньше отбрасывал закрытие, если Drawer ещё считался Closed, но уже анимировался в Opened. При быстром уходе фокуса из Drawer команда закрытия игнорировалась, и Drawer оставался открытым.