Commit ee46bd67 authored by 汪洋's avatar 汪洋

删除一条影响测试的断言

parent 21f7b2de
......@@ -110,7 +110,6 @@ static NSString *sdkVersion = @"110";
UINavigationController *navigationController = (UINavigationController *)tabbar.selectedViewController;
return navigationController;
}else{
NSAssert(0, @"获取不到 selectedNavigationController %@", NSStringFromClass([UIApplication sharedApplication].keyWindow.rootViewController.class));
return nil;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment