Brandon Minnick
Brandon Minnick
Resolved in https://github.com/CommunityToolkit/Maui/pull/1581
We [merged the PR on January 16](https://github.com/CommunityToolkit/Maui/issues/218) and [Released it on January 17](https://github.com/CommunityToolkit/Maui/releases/tag/11.0.0) Assuming this Docs PR is approved and nothing is blocking it, it should be merged.
> System.ArgumentNullException System.ArgumentNullException: ArgumentNull_Generic Arg_ParamName_Name, intent O CommunityToolkit.Maui.Media.Services.MediaControlsService.OnStartCommand(Intent intent, StartCommandFlags flags, Int32 startId) Android.App.Service.n_OnStartCommand_Landroid_content_Intent_II(IntPtr jnienv, IntPtr native__this, IntPtr native_intent, Int32 native_flags, Int32 startId) Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PPLII_I(_JniMarshal_PPLII_I callback, IntPtr jnienv, IntPtr klazz, IntPtr...
> That is the only place that service can be started now. It does get called in more than one place. But it will always check to see if it...
The scrolling bug has been resolved in #1262
> should we close the issue then? Nah, the main part of this reported issue is how `StateContainer` handles `LayoutOption` constraints. I've verified that behavior exists, but I need to...
Thanks @zhitaop! This is a breaking change that requires the docs to be updated before we can merge the PR: https://github.com/MicrosoftDocs/CommunityToolkit/pulls @bijington - could you work with @zhitaop on the...
Hi Zhitao! Yes we discussed it in our standup this month. We've decided not to keep the breaking changes to the API in this PR and to only keep the...
Thanks @zhitaop! No worries - I've opened the new PR here and would love your review! https://github.com/CommunityToolkit/Maui/pull/2907
Thanks for confirming!