|
|
@@ -990,7 +990,7 @@ typedef NS_ENUM(NSUInteger, MOShowLiveViewType)
|
|
|
smallView.liveModel = self.liveModel;
|
|
|
[smallView toShowTheLivingRoomWith:self];
|
|
|
|
|
|
- [self dismissModalViewControllerAnimated:YES];
|
|
|
+ [self disMissTheVC];
|
|
|
}
|
|
|
|
|
|
- (void)showDismissView{
|
|
|
@@ -2322,7 +2322,7 @@ static int levetTemp = 5;
|
|
|
[view showLiveEndView];
|
|
|
view.closeViewBlock = ^{
|
|
|
weakSelf.closeRoomBlock ? weakSelf.closeRoomBlock() : nil;
|
|
|
- [weakSelf dismissModalViewControllerAnimated:YES];
|
|
|
+ [weakSelf disMissTheVC];
|
|
|
};
|
|
|
}
|
|
|
|
|
|
@@ -2346,7 +2346,7 @@ static int levetTemp = 5;
|
|
|
}
|
|
|
|
|
|
weakSelf.closeRoomBlock ? weakSelf.closeRoomBlock() : nil;
|
|
|
- [weakSelf dismissModalViewControllerAnimated:YES];
|
|
|
+ [weakSelf disMissTheVC];
|
|
|
};
|
|
|
|
|
|
self.broadCastEndView.dismissViewBlock = ^{
|