Skip to content

Commit

Permalink
fix: not possible to search for services [WPB-5943] (#2648)
Browse files Browse the repository at this point in the history
Co-authored-by: Yamil Medina <yamilmedina@users.noreply.github.com>
(cherry picked from commit 9350830)
  • Loading branch information
MohamadJaara committed Feb 6, 2024
1 parent 9caf09c commit f93854e
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,6 @@ fun SearchUsersAndServicesScreen(
}
}
}

LaunchedEffect(pagerState.isScrollInProgress, focusedTabIndex, pagerState.currentPage) {
if (!pagerState.isScrollInProgress && focusedTabIndex != pagerState.currentPage) {
keyboardController?.hide()
focusManager.clearFocus()
focusedTabIndex = pagerState.currentPage
}
}
}
} else {
SearchAllPeopleOrContactsScreen(
Expand Down

0 comments on commit f93854e

Please sign in to comment.