[release/10.0.1xx-sr7] [Android] Fix OnBackButtonPressed not invoked for Shell#35430
Merged
PureWeen merged 8 commits intoMay 15, 2026
Merged
Conversation
Member
|
/azp run maui-pr-uitests, maui-pr-devicetests |
|
Azure Pipelines successfully started running 2 pipeline(s). |
This was referenced May 14, 2026
Open
This was referenced May 14, 2026
PureWeen
approved these changes
May 14, 2026
3 tasks
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #35150 to release/10.0.1xx-sr7
/cc @kubaflo @Dhivya-SF4094