Skip to content

Conversation

@Al-Qassim
Copy link
Contributor

Recording.2025-08-20.040333.mp4

This was linked to issues Aug 20, 2025
@github-actions
Copy link

github-actions bot commented Aug 20, 2025

Test Results

  146 files    146 suites   3m 4s ⏱️
  840 tests   840 ✅ 0 💤 0 ❌
1 548 runs  1 548 ✅ 0 💤 0 ❌

Results for commit 78b1571.

♻️ This comment has been updated with latest results.

Comment on lines 55 to 74
fun updateStateAfterLoggingIn() {
tryToCall(
block = { accountUseCase.getAccountDetails() },
onSuccess = {
getMovieInFavorite()
getMovieIsRated()
},
onError = {}
)
updateState {
it.copy(
isRateBottomSheetOpen = false,
isRatedSuccessBottomSheetOpen = false,
isNoAccountBottomSheetOpen = false,
isAddToListBottomSheetOpen = false,
isShareBottomSheetOpen = false,
showCreateListBottomSheet = false,
)
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extract the content of onSuccess to other function
and put the updateState that at the end in the onEnd block and use for it the call by reference

@Al-Qassim Al-Qassim merged commit 3dcd324 into develop Aug 20, 2025
12 of 14 checks passed
@Al-Qassim Al-Qassim deleted the fix/login-navigation branch August 20, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

weird box at app bar issue in login navigation

5 participants