Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masonyc authored Apr 23, 2019
1 parent 40cc172 commit 43f3e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This effect allows user to show/hide softkeyboard on Android/iOS platform in Xam

private void Current_VisibilityChanged(SoftKeyboardEventArgs e)
{
//Do your things at here when keyboard is shown or hide
// Do your things here when keyboard is shown or hide
if (e.IsVisible){
// Your code here
}else{
Expand Down

0 comments on commit 43f3e0a

Please sign in to comment.