diff --git a/changelog.d/4092.bugfix b/changelog.d/4092.bugfix new file mode 100644 index 0000000000..68ce518060 --- /dev/null +++ b/changelog.d/4092.bugfix @@ -0,0 +1,4 @@ +Added changes that will make SearchView in search bar focused by default on opening reaction picker. + +When tapping close icon of SearchView, the SearchView did not collapse therefore added the on close listener +which will collapse the SearchView on close.