Skip to content

Commit

Permalink
fix(Droid): Keyboard not getting correct height (Android 11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Jul 6, 2021
1 parent bd5ad67 commit 41d30a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/LayoutProvider.Android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ internal void Start(View view)
{
if (view?.WindowToken != null)
{
_adjustNothingLayoutProvider.Start(view);
_adjustResizeLayoutProvider.Start(view);
_adjustNothingLayoutProvider.Start(view);
}
}

Expand Down

0 comments on commit 41d30a1

Please sign in to comment.