Fix some buttons doesn't show up in mobile mode

Change-Id: I25ceecc56e2dae9a0b31e038412c7b74447c391f
This commit is contained in:
Pranav Kant 2018-02-15 11:55:40 +05:30
parent 199b582e06
commit c470116012

View file

@ -122,6 +122,8 @@ function resizeToolbar() {
_unmobilify();
}
toolbarUp.refresh();
toolbarUpMore.refresh();
// move items from toolbar-up-more -> toolbar-up
while ($('#toolbar-up')[0].scrollWidth <= $(window).width()) {
var item = toolbarUpMore.items[0];