Skip to content

Commit

Permalink
Update HostExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Apr 20, 2023
1 parent 346af23 commit 599b4cd
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 599b4cd

Please sign in to comment.