Skip to content

Commit

Permalink
fix(android): add hideFormAccessoryBar alias for method hideKeyboardA…
Browse files Browse the repository at this point in the history
…ccessoryBar to match docs
  • Loading branch information
rahulbpatel committed Feb 8, 2018
1 parent 0378a56 commit 5d56bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/android/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Keyboard.fireOnShowing = function (height) {
});
};

Keyboard.hideKeyboardAccessoryBar = function (hide) {
Keyboard.hideFormAccessoryBar = Keyboard.hideKeyboardAccessoryBar = function (hide) {
exec(null, null, "Keyboard", "hideKeyboardAccessoryBar", [hide]);
};

Expand Down

0 comments on commit 5d56bbe

Please sign in to comment.