Skip to content

Commit e43b825

Browse files
committed
chore: pr comments
1 parent ac3a033 commit e43b825

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Uno.Extensions.Core.UI/WindowExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Uno.Extensions;
55
/// <summary>
66
/// Extensions for <see cref="Window"/>
77
/// </summary>
8-
public static partial class WindowExtensions
8+
public static class WindowExtensions
99
{
1010
/// <summary>
1111
/// Gets the theme service for the window

src/Uno.Extensions.Maui.UI/Extensibility/Impl/MauiEmbeddingExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void InitializeMauiEmbeddingApp(MauiApp mauiApp, Application app)
134134

135135
// Initializing with the Activity to set the current activity.
136136
// The Bundle is not actually used by Maui
137-
//Microsoft.Maui.ApplicationModel.Platform.Init(activity, null);
137+
Microsoft.Maui.ApplicationModel.Platform.Init(activity, null);
138138

139139
androidApp.SetApplicationHandler(iApp, rootContext);
140140
Initialize(iApp);

0 commit comments

Comments
 (0)