Skip to content

Commit

Permalink
Merge pull request #17 from andreptcosta/master
Browse files Browse the repository at this point in the history
Fix UI is not blocking controls on Android #16
  • Loading branch information
Alex-Dobrynin committed Mar 20, 2024
2 parents aa7ae37 + dd53537 commit 46542d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Controls.UserDialogs.Maui/Platforms/Android/HudDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ protected virtual void BeforeShow(Dialog dialog)
typeFace = Typeface.CreateFromAsset(Activity.Assets, _config.MessageFontFamily);
}

dialog.Window.AddFlags(WindowManagerFlags.NotFocusable);

var textViewId = Activity.Resources.GetIdentifier("textViewStatus", "id", Activity.PackageName);
var textView = dialog.FindViewById<TextView>(textViewId);

Expand Down

0 comments on commit 46542d5

Please sign in to comment.