-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable NSToolbar Tabs #25137
Disable NSToolbar Tabs #25137
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
This one is on hold until we merge |
/backport to net9.0 |
Started backporting to net9.0: https://github.com/dotnet/maui/actions/runs/11277901831 |
/rebase |
2e9c4ad
to
1bc4cee
Compare
src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellItemRenderer.cs
Show resolved
Hide resolved
Fixing CI, the changes works as expected. |
/backport to main |
Started backporting to main: https://github.com/dotnet/maui/actions/runs/11694739135 |
@PureWeen backporting to main failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Disable NSToolbar Tabs
.git/rebase-apply/patch:44: trailing whitespace.
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
M src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/ShellItemRenderer.cs
M src/Controls/src/Core/Compatibility/Handlers/TabbedPage/iOS/TabbedRenderer.cs
M src/Core/src/Platform/iOS/TabbedViewExtensions.cs
Falling back to patching base and 3-way merge...
Auto-merging src/Core/src/Platform/iOS/TabbedViewExtensions.cs
CONFLICT (content): Merge conflict in src/Core/src/Platform/iOS/TabbedViewExtensions.cs
Auto-merging src/Controls/src/Core/Compatibility/Handlers/TabbedPage/iOS/TabbedRenderer.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Disable NSToolbar Tabs
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@PureWeen an error occurred while backporting to main, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
* Disable NSToolbar Tabs * - fix OS check * - fix tabbedview extentions PR * - bump targets * - add missing file * - add if/def for NET18.0 target * - add catalyst check * - switch to newer APIs for iOS and catalyst 18+ * - if/def for iOS18 # Conflicts: # src/Core/src/Platform/iOS/TabbedViewExtensions.cs
* Disable NSToolbar Tabs * - fix OS check * - fix tabbedview extentions PR * - bump targets * - add missing file * - add if/def for NET18.0 target * - add catalyst check * - switch to newer APIs for iOS and catalyst 18+ * - if/def for iOS18 # Conflicts: # src/Core/src/Platform/iOS/TabbedViewExtensions.cs
Description of Change
Backport of this code from main
maui/src/Core/src/Platform/iOS/TabbedViewExtensions.cs
Line 11 in 76a76fb
Issues Fixed
Fixes #23380