Skip to content

PLASMA-7975: fix(sdds-acore/uikit-compose): fix initial switch animation - #883

Open
raininforest wants to merge 1 commit into
developfrom
feature/init-switch-animation
Open

PLASMA-7975: fix(sdds-acore/uikit-compose): fix initial switch animation#883
raininforest wants to merge 1 commit into
developfrom
feature/init-switch-animation

Conversation

@raininforest

@raininforest raininforest commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

sdds-uikit-compose

Switch

  • Исправлено поведение, при котором во время первоначальной отрисовки Switch переходил в свое начальное состояние с анимацией.

What/why changed

Для компонента Switch исправлено поведение, при котором во время первоначальной отрисовки Switch переходил в свое начальное состояние с анимацией.

Было Стало
Screen_recording_20260814_160045.webm Screen_recording_20260814_154801.webm

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: bbfada6e-2245-4f1f-8c0c-5303e56e1384

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@raininforest raininforest self-assigned this Aug 14, 2026
@raininforest raininforest added bug Something isn't working compose labels Aug 14, 2026
@raininforest raininforest changed the title fix(sdds-acore/uikit-compose): fix initial switch animation PLASMA-7975: fix(sdds-acore/uikit-compose): fix initial switch animation Aug 14, 2026
@raininforest

raininforest commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator Author

Для проверки нужно применить патч. Там добавлена задержка появления switch на экране, чтобы анимация открытия экрана не мешала увидеть нежелательную анимацию переключения состояния Switch
switch_story_delay.patch

@salutedevs

Copy link
Copy Markdown
Collaborator

📦 Собранные Debug APK

📲 Как установить APK на Android-устройство:

  1. Распакуйте архив.
  2. Скопируйте нужный .apk на устройство (через USB, Telegram, Google Drive и т.д.).
  3. Откройте .apk на устройстве и подтвердите установку.
    Если потребуется, включите Разрешение на установку из неизвестных источников в настройках устройства.

💻 Установка через USB (ADB):

  1. Включите Отладку по USB на устройстве (Настройки → Для разработчиков).
  2. Подключите устройство к компьютеру по USB.
  3. Убедитесь, что устройство отображается:
    adb devices
  4. Установите .apk:
    adb install path/to/your.apk
    Если приложение уже установлено и нужно обновить:
    adb install -r path/to/your.apk

@salutedevs

Copy link
Copy Markdown
Collaborator

📘Артефакты документации опубликованы:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working compose

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants