[android] Fixed random opens of wheel.

This commit is contained in:
Dmitry Yunitsky 2016-09-22 08:46:14 +03:00 committed by Vladimir Byko-Ianko
parent 382e6592af
commit df24b46080

View file

@ -227,6 +227,7 @@ class SearchWheel implements View.OnClickListener
parent.showSearch();
mIsExpanded = false;
refreshSearchVisibility();
UiThread.cancelDelayedTasks(mCloseRunnable);
}
private void startSearch(SearchOption searchOption)