Fix bug where tapping the search function in contact menu while composing a new e-mail led back to the composing interface on Android phone (#109)

pull/5742/merge
Aleksander Machniak 7 years ago
parent 02864e546b
commit 7f2092c35c

@ -1221,6 +1221,7 @@ function rcube_elastic_ui()
} }
screen_resize_headers(); screen_resize_headers();
env.last_selected = layout.sidebar[0];
}; };
function show_list(scroll) function show_list(scroll)
@ -1240,6 +1241,8 @@ function rcube_elastic_ui()
if (scroll) { if (scroll) {
layout.list.children('.scroller').scrollTop(0); layout.list.children('.scroller').scrollTop(0);
} }
env.last_selected = layout.list[0];
} }
screen_resize_headers(); screen_resize_headers();

Loading…
Cancel
Save