Skip to content

Commit

Permalink
fix: not possible to search for services [WPB-5943]
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jan 31, 2024
1 parent 51c465e commit 9c65c1b
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 9c65c1b

Please sign in to comment.