Skip to content

Commit

Permalink
Update RunnerGenerator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Jan 13, 2025
1 parent 0e255a0 commit 0f43f7d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@ string GenerateAndroidSource()

return @"
#if !SKIP_RUNNER_ENTRYPOINT_GENERATION && !SKIP_VISUAL_RUNNER_ENTRYPOINT_GENERATION && !SKIP_VISUAL_RUNNER_APPLICATION_GENERATION
using System;
namespace " + RootNamespace + @"
{
[global::Android.App.Application]
partial class " + appName + @" : global::Microsoft.Maui.MauiApplication
{
public " + appName + @"(global::System.IntPtr handle, global::Android.Runtime.JniHandleOwnership ownership)
public " + appName + @"(IntPtr handle, Android.Runtime.JniHandleOwnership ownership)
: base(handle, ownership)
{
}
Expand Down

0 comments on commit 0f43f7d

Please sign in to comment.