dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.21k stars 1.75k forks source link

NullPointer from ShellPageRendererTracker on iOS #19505

Closed Larhei closed 10 months ago

Larhei commented 10 months ago

Description

When navigating to a Page containing a Shell.SearchHandler> With a custom QueryIcon I get the following Exception

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Maui.ImageSourceExtensions.GetPlatformImageAsync(IImageSource imageSource, IMauiContext mauiContext) at Microsoft.Maui.ImageSourceExtensions.LoadImage(IImageSource source, IMauiContext mauiContext, Action1 finished) at Microsoft.Maui.Controls.Platform.Compatibility.ShellPageRendererTracker.SetSearchBarIcon(UISearchBar searchBar, ImageSource source, UISearchBarIcon icon) at Microsoft.Maui.Controls.Platform.Compatibility.ShellPageRendererTracker.AttachSearchController() at Microsoft.Maui.Controls.Platform.Compatibility.ShellPageRendererTracker.set_SearchHandler(SearchHandler value) at Microsoft.Maui.Controls.Platform.Compatibility.ShellPageRendererTracker.UpdateShellToMyPage() at Microsoft.Maui.Controls.Platform.Compatibility.ShellPageRendererTracker.SetAppeared() at Microsoft.Maui.Controls.Platform.Compatibility.ShellPageRendererTracker.CheckAppeared() at Microsoft.Maui.Controls.Platform.Compatibility.ShellPageRendererTracker.OnPageSet(Page oldPage, Page newPage) at Microsoft.Maui.Controls.Platform.Compatibility.ShellPageRendererTracker.set_Page(Page value) at Microsoft.Maui.Controls.Platform.Compatibility.ShellSectionRootRenderer.ViewDidLoad() `

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

8.0.3

Affected platforms

iOS

Affected platform versions

iOS

Did you find any workaround?

No response

Relevant log output

No response

PureWeen commented 10 months ago

Duplicate of #14442