You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PhotoGether/PresentationLayer/WaitingRoomFeature/WaitingRoomFeature/Source/ViewController/WaitingRoomViewController.swift
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,9 @@ public final class WaitingRoomViewController: BaseViewController {
Copy file name to clipboardExpand all lines: PhotoGether/PresentationLayer/WaitingRoomFeature/WaitingRoomFeature/Source/ViewModel/WaitingRoomViewModel.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ public final class WaitingRoomViewModel {
18
18
case shouldShowShareSheet(String)
19
19
case navigateToPhotoRoom
20
20
case shouldShowToast(String)
21
+
case readyToStart
21
22
}
22
23
23
24
privateletsendOfferUseCase:SendOfferUseCase
@@ -139,6 +140,7 @@ public final class WaitingRoomViewModel {
0 commit comments