mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Force redraw when the query gets empty.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user