Skip to content

Commit

Permalink
fixup! Display Live Observation alert before normal engagement
Browse files Browse the repository at this point in the history
This PR displays Live Observation confirmation alert before normal engagement.
This alert can't be skipped and needs visitor's manual confirmation to
enqueue.

MOB-2678
  • Loading branch information
rasmustautsglia committed Oct 2, 2023
1 parent 19d15d8 commit ca1ab9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import UIKit
protocol LiveObservationConfirmationPresenter: DismissalAndPresentationController where Self: UIViewController {
var viewFactory: ViewFactory { get }

func offerScreenShare(
with conf: ScreenShareOfferAlertConfiguration,
func showLiveObservationConfirmationAlert(
with conf: ConfirmationAlertConfiguration,
accepted: @escaping () -> Void,
declined: @escaping () -> Void
)
Expand Down

0 comments on commit ca1ab9f

Please sign in to comment.