Skip to content

Commit

Permalink
#351 removed a useless rendering update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuotvez committed Jun 7, 2024
1 parent 0977856 commit 2b4ca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GSCFieldApp/Views/MapPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public void SetBackgroundGrid()
private async void MapPageAddMap_Tapped(object sender, TappedRoutedEventArgs e)
{
//Refresh
UpdateLayout();
//UpdateLayout();

//Load
try
Expand Down

0 comments on commit 2b4ca64

Please sign in to comment.