Skip to content

Commit

Permalink
fix: update displayed user status when updating user status - WPB-115…
Browse files Browse the repository at this point in the history
…09 (#2082)
  • Loading branch information
El-Fitz authored Oct 23, 2024
1 parent aba5b2d commit abdd66f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ final class UserStatusViewController: UIViewController {
let availabilityChangedHandler = { [weak self] (availability: Availability) in
guard let self else { return }

userStatus.availability = availability
delegate?.userStatusViewController(self, didSelect: availability)
feedbackGenerator.impactOccurred()

Expand Down

0 comments on commit abdd66f

Please sign in to comment.