Skip to content

Commit

Permalink
Merge pull request cjpearson#3 from Parsus/master
Browse files Browse the repository at this point in the history
fix(android): add hideFormAccessoryBar alias to method hideKeyboardAccessoryBar
  • Loading branch information
mlynch authored May 22, 2018
2 parents 7f8735f + 5d56bbe commit 8150d29
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 8150d29

Please sign in to comment.