Skip to content

Commit

Permalink
Disable delay for Material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Dec 6, 2015
1 parent 7f38b91 commit 51f8ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/searchbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ var Searchbar = function (container, params) {
s.triggerEvent('enableSearch', 'onEnable');
s.active = true;
}
if (app.device.ios) {
if (app.device.ios && !app.params.material) {
setTimeout(function () {
_enable();
}, 400);
Expand Down

0 comments on commit 51f8ee9

Please sign in to comment.