Skip to content

[release/10.0.1xx-sr7] [Android] Fix OnBackButtonPressed not invoked for Shell#35430

Merged
PureWeen merged 8 commits into
release/10.0.1xx-sr7from
backport/pr-35150-to-release/10.0.1xx-sr7
May 15, 2026
Merged

[release/10.0.1xx-sr7] [Android] Fix OnBackButtonPressed not invoked for Shell#35430
PureWeen merged 8 commits into
release/10.0.1xx-sr7from
backport/pr-35150-to-release/10.0.1xx-sr7

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Backport of #35150 to release/10.0.1xx-sr7

/cc @kubaflo @Dhivya-SF4094

@PureWeen
Copy link
Copy Markdown
Member

/azp run maui-pr-uitests, maui-pr-devicetests

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@PureWeen PureWeen enabled auto-merge (squash) May 14, 2026 13:41
@PureWeen PureWeen disabled auto-merge May 15, 2026 13:53
@PureWeen PureWeen merged commit 64c2bdd into release/10.0.1xx-sr7 May 15, 2026
161 of 166 checks passed
@PureWeen PureWeen deleted the backport/pr-35150-to-release/10.0.1xx-sr7 branch May 15, 2026 13:54
@github-actions github-actions Bot added this to the .NET 10 SR7 milestone May 15, 2026
PureWeen pushed a commit that referenced this pull request May 15, 2026
… for NavigationPage and Shell (#35434)

> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

Manual backport of #35072 to `release/10.0.1xx-sr7`.

## Why this is a manual backport

The automated `/backport` workflow ([failed
run](https://github.com/dotnet/maui/actions/runs/25818135030)) hit a
`modify/delete` conflict on
`src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue9095.cs`.
The file is added by #35150 (already backported as #35430, currently
OPEN) and modified by #35072. Because #35430 is not yet merged into
`release/10.0.1xx-sr7`, the file does not exist on the target branch and
the patch could not apply cleanly.

## Resolution

Cherry-picked the squashed merge commit
`7023635baac2524ab02f602e56fd7608142984a1` of #35072 onto
`release/10.0.1xx-sr7`. Resolved the conflict by keeping the post-merge
version of `Issue9095.cs` (verified byte-identical to
`inflight/current`, which contains both #35150's added content and
#35072's tweaks).

## ⚠️ Dependency on #35430

This PR's diff currently shows `Issue9095.cs` as a new file because it
includes content originally introduced by #35150. Recommended merge
order:

1. Merge #35430 (Android backport of #35150) first.
2. This PR will then auto-rebase to show only #35072's incremental delta
(a 2-line change to `Issue9095.cs` and the `ShellSectionRenderer.cs` /
`NavigationRenderer.cs` / `Issue8296.cs` changes).

Alternatively, this PR can be merged first, but #35430 will then need a
manual conflict resolution (the file would already exist).

Fixes #8296 in `release/10.0.1xx-sr7`.

---------

Co-authored-by: Dhivya-SF4094 <127717131+Dhivya-SF4094@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants