Allow to press enter to search
This commit is contained in:
parent
8b07cd9052
commit
a08105df2b
|
@ -70,11 +70,8 @@ public class AddFeedFragment extends Fragment {
|
||||||
|
|
||||||
combinedFeedSearchBox = root.findViewById(R.id.combinedFeedSearchBox);
|
combinedFeedSearchBox = root.findViewById(R.id.combinedFeedSearchBox);
|
||||||
combinedFeedSearchBox.setOnEditorActionListener((v, actionId, event) -> {
|
combinedFeedSearchBox.setOnEditorActionListener((v, actionId, event) -> {
|
||||||
if (actionId == EditorInfo.IME_ACTION_SEARCH) {
|
performSearch();
|
||||||
performSearch();
|
return true;
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue