Force redraw when the query gets empty.

This commit is contained in:
B. Petersen
2017-01-08 14:49:57 +01:00
parent f7372819a1
commit 495dfa0f59
@@ -2270,8 +2270,11 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
if( doScroll!=0 ) {
scrollToMessageId(doScroll, doHilite);
updateVisibleRows();
}
else {
highlightMessageId = 0;
}
updateVisibleRows();
if( m_lastSearchQuery.isEmpty() ) {
searchItem.setExtraSearchInfo("", true, true, true);