temp save
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
#import "XPTaskCompleteTipView.h"
|
||||
#import "XPWebViewController.h"
|
||||
#import "XPMineUserInfoViewController.h"
|
||||
#import "MSTabbarRoomGameVC.h"
|
||||
#import "LudoGameViewController.h"
|
||||
#import "MSRoomGameVC.h"
|
||||
|
||||
#import "XPMomentsRecommendViewController.h"
|
||||
@@ -196,7 +196,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
}
|
||||
|
||||
- (void)registerSocialCallBack {
|
||||
// 注册分享回掉事件
|
||||
// 注册分享回调事件
|
||||
[[SocialShareManager sharedManager] setHandleJumpToRoom:^(NSString * _Nonnull roomID) {
|
||||
if (![NSString isEmpty:roomID]) {
|
||||
//判断是否在房间
|
||||
@@ -511,7 +511,6 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
|
||||
///获取主播卡片信息成功
|
||||
- (void)getAnchorCardInfoSuccess:(XPTabAnchorCardModel *)cardInfo {
|
||||
|
||||
if (!self.anchorCardView.superview && cardInfo && self.isViewLoaded && self.view.window) {
|
||||
self.anchorCardView.frame = CGRectMake(0, -90-kStatusBarHeight, KScreenWidth, 90);
|
||||
[UIView animateWithDuration:0.5 animations:^{
|
||||
@@ -747,7 +746,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
break;
|
||||
case 1: {
|
||||
@kWeakify(self);
|
||||
MSTabbarRoomGameVC *vc = [[MSTabbarRoomGameVC alloc] init];
|
||||
LudoGameViewController *vc = [[LudoGameViewController alloc] init];
|
||||
vc.needForceExitRoom = ^{
|
||||
@kStrongify(self);
|
||||
if ([XPRoomMiniManager shareManager].getRoomInfo) {
|
||||
|
Reference in New Issue
Block a user