Skip to content

[MS-1351] Adding system bar insets for ExternalCredentialControllerFragment#1593

Merged
alexandr-simprints merged 2 commits intorelease/2025.4.1from
MS-1351-mfid-system-ui-is-overlapping-the-buttons-at-the-bottom-of-the-screen
Feb 17, 2026
Merged

[MS-1351] Adding system bar insets for ExternalCredentialControllerFragment#1593
alexandr-simprints merged 2 commits intorelease/2025.4.1from
MS-1351-mfid-system-ui-is-overlapping-the-buttons-at-the-bottom-of-the-screen

Conversation

@alexandr-simprints
Copy link
Contributor

@alexandr-simprints alexandr-simprints commented Feb 17, 2026

JIRA ticket
Will be released in: 2025.4.1

Root cause analysis (for bugfixes only)

First known affected version: 2025.4.0

  • Fragment UI elements were covered with the system UI on the multiple external credential workflow screens

Notable changes

  • System insets are applied to the hosting Credential controller Fragment

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR attempts to fix a bug where UI elements were covered by the system UI on multiple external credential workflow screens. However, the fix is applied to the wrong fragment. The ExternalCredentialControllerFragment is a navigation controller fragment that only hosts an internal navigation graph, and according to the codebase conventions, should not have system bar insets applied to avoid double padding.

Changes:

  • Added applySystemBarInsets(view) call to ExternalCredentialControllerFragment.onViewCreated()

@sonarqubecloud
Copy link

@alexandr-simprints alexandr-simprints merged commit 655d362 into release/2025.4.1 Feb 17, 2026
13 checks passed
@alexandr-simprints alexandr-simprints deleted the MS-1351-mfid-system-ui-is-overlapping-the-buttons-at-the-bottom-of-the-screen branch February 17, 2026 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants