Skip to content

Commit

Permalink
merge results
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Oct 30, 2024
2 parents bf1f5ff + 1c571cb commit 1679069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
//#if (api == "Integrated")
"ServerAddress": "/",
"ServerAddress": "http://localhost:5030/",
//#endif
//#if (IsInsideProjectTemplate)
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public partial class MainActivity : MauiAppCompatActivity

protected override void OnCreate(Bundle? savedInstanceState)
{
// https://github.com/dotnet/maui/issues/24742
Theme?.ApplyStyle(Resource.Style.OptOutEdgeToEdgeEnforcement, force: false);

base.OnCreate(savedInstanceState);
Expand Down

0 comments on commit 1679069

Please sign in to comment.