Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
khmMouna committed Oct 20, 2023
1 parent 43cac84 commit b65d149
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions MauiSample/PushSettingsViewController.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ void UpdateNamedUser()
{
namedUserLabel.Text = "";
// FIXME:
// Airship.Instance.GetNamedUser(namedUser =>
// {
// Device.BeginInvokeOnMainThread(() =>
// {
// namedUserLabel.Placeholder = namedUser != null ? namedUser : "named user";
// });
// });
//}
// Airship.Instance.GetNamedUser(namedUser =>
// {
// Device.BeginInvokeOnMainThread(() =>
// {
// namedUserLabel.Placeholder = namedUser != null ? namedUser : "named user";
// });
// });
}
}

0 comments on commit b65d149

Please sign in to comment.