Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PureWeen/ShanedlerSamples
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Apr 27, 2023
2 parents f6659bd + 599b4cd commit 405c612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShanedlerSamples/Library/Common/HostExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static MauiAppBuilder ConfigureInputTransparentFixes(this MauiAppBuilder
});
});

return builder.ConfigureMauiWorkarounds(true);
return builder;
}

public static MauiAppBuilder ConfigureMauiWorkarounds(this MauiAppBuilder builder)
Expand Down

0 comments on commit 405c612

Please sign in to comment.