mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
Merge branch 'main' into bug5503
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ public class SearchView extends FrameLayout {
|
||||
} else {
|
||||
InputMethodManager imm = (InputMethodManager) getContext()
|
||||
.getSystemService(Context.INPUT_METHOD_SERVICE);
|
||||
imm.hideSoftInputFromWindow(getWindowToken(), InputMethodManager.SHOW_IMPLICIT);
|
||||
imm.hideSoftInputFromWindow(getWindowToken(), InputMethodManager.HIDE_IMPLICIT_ONLY);
|
||||
mSearchIcon.setImageDrawable(BitmapHelper.getAttrDrawable(getContext(), R.attr.search_24dp));
|
||||
mEditText.setText(null);
|
||||
mEditText.setVisibility(GONE);
|
||||
|
||||
Reference in New Issue
Block a user