删除审核
This commit is contained in:
@@ -104,6 +104,7 @@ NSString * const HadAgreePrivacy = @"HadAgreePrivacy";
|
|||||||
if (@available(iOS 13.0, *)) {
|
if (@available(iOS 13.0, *)) {
|
||||||
[self.stackView addArrangedSubview:self.appleButton];
|
[self.stackView addArrangedSubview:self.appleButton];
|
||||||
}
|
}
|
||||||
|
self.appleButton.hidden = YES;
|
||||||
[self.stackView addArrangedSubview:self.googleButtonView];
|
[self.stackView addArrangedSubview:self.googleButtonView];
|
||||||
[self.stackView addArrangedSubview:self.fbButtonView];
|
[self.stackView addArrangedSubview:self.fbButtonView];
|
||||||
[self.stackView addArrangedSubview:self.lineButtonView];
|
[self.stackView addArrangedSubview:self.lineButtonView];
|
||||||
|
@@ -657,15 +657,11 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
|||||||
if (logined) {
|
if (logined) {
|
||||||
msg = [[SessionListViewController alloc] init];
|
msg = [[SessionListViewController alloc] init];
|
||||||
|
|
||||||
if ([ClientConfig shareConfig].canOpen) {
|
|
||||||
home = [[XPNewHomeViewController alloc] init];
|
home = [[XPNewHomeViewController alloc] init];
|
||||||
monents = [[XPMonentsViewController alloc] init];
|
monents = [[XPMonentsViewController alloc] init];
|
||||||
me = [[XPMineViewController alloc] init];
|
me = [[XPMineViewController alloc] init];
|
||||||
}else{
|
|
||||||
home = [[XPHomeSloganViewController alloc] init];
|
|
||||||
monents = [[XPMomentListViewController alloc] init];
|
|
||||||
me = [[XPSimpleMineViewController alloc] init];
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
game = [[XPBlankViewController alloc]init];
|
game = [[XPBlankViewController alloc]init];
|
||||||
msg = [[SessionListViewController alloc]init];
|
msg = [[SessionListViewController alloc]init];
|
||||||
|
Reference in New Issue
Block a user