From 0099a3724b916e3a54eb1e2cd586de87e932aafc Mon Sep 17 00:00:00 2001 From: ryg-git Date: Mon, 27 Sep 2021 23:46:41 +0530 Subject: [PATCH] add changelog for committed changes. --- changelog.d/4092.bugfix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog.d/4092.bugfix 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.