Skip to content

Commit

Permalink
fix: not possible to search for services [WPB-5943] (#2648) (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Feb 7, 2024
1 parent 7c6148c commit 5803646
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 5803646

Please sign in to comment.