Skip to content

PLASMA-7258: ModalBottomSheet measure policy was fixed#802

Open
SerraMorec wants to merge 1 commit into
developfrom
bugfix/plasma-7258
Open

PLASMA-7258: ModalBottomSheet measure policy was fixed#802
SerraMorec wants to merge 1 commit into
developfrom
bugfix/plasma-7258

Conversation

@SerraMorec
Copy link
Copy Markdown
Collaborator

sdds-uikit-compose

ModalBottomSheet

  • Исправлена логика вычисления размеров в MeasurePolicy.

What/why changed

В MeasurePolicy ModalBottomSheet добавлена защита при вычислении доступной высоты layout после измерения footer и header контента.

@SerraMorec SerraMorec added bug Something isn't working compose labels Jun 5, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 5, 2026

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: 65059241-68e1-4655-913f-54aa89c3cc57

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bugfix/plasma-7258

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

@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