Skip to content

Commit

Permalink
[Give Rating] Fix: Ratings Overlay reappears when swiped down (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
mebarbosa authored Aug 7, 2024
1 parent 7631f60 commit 88c4d99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class GiveRatingFragment : BaseDialogFragment() {
}

override fun onDismiss(dialog: DialogInterface) {
super.onDismiss(dialog)
val state = viewModel.state.value

if (state is GiveRatingViewModel.State.Loaded) {
Expand Down

0 comments on commit 88c4d99

Please sign in to comment.