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 <[email protected]>
  • Loading branch information
MohamadJaara and yamilmedina authored Jan 31, 2024
1 parent 0c41348 commit 9350830
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 9350830

Please sign in to comment.