Skip to content

Commit

Permalink
fix ambiguous type
Browse files Browse the repository at this point in the history
  • Loading branch information
juwens committed Sep 1, 2023
1 parent f3a9ebd commit 38d921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MauiSampleApp/Platforms/Android/MainApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public MainApplication(IntPtr handle, JniHandleOwnership ownership)
{
}

protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
protected override Microsoft.Maui.Hosting.MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}
}

0 comments on commit 38d921d

Please sign in to comment.