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
controllers = controllers.filter{ !($0 is GiftAuctionBidScreen) && !($0 is GiftSetupScreenProtocol) && !($0 is GiftOptionsScreenProtocol) && !($0 is PeerInfoScreen) && !($0 is ContactSelectionController)}
2027
-
2027
+
2028
2028
varfoundController=false
2029
2029
forcontrollerin controllers.reversed(){
2030
2030
iflet chatController = controller as?ChatController, case .peer(id: bidPeerId)= chatController.chatLocation {
@@ -2039,6 +2039,12 @@ private final class GiftAuctionBidScreenComponent: Component {
0 commit comments