未验证 提交 e0776226 编写于 作者: Y yixiangboy 提交者: GitHub

Update DoraemonAllTestViewController.m

上级 4f2a9b2a
......@@ -100,10 +100,10 @@
[DoraemonAllTestManager shareInstance].memorySwitchOn = NO;
[DoraemonAllTestManager shareInstance].flowSwitchOn = NO;
_fpsSwitchView.switchView.on = NO;
_cpuSwitchView.switchView.on = NO;
_memorySwitchView.switchView.on = NO;
_flowSwitchView.switchView.on = NO;
weakSelf.fpsSwitchView.switchView.on = NO;
weakSelf.cpuSwitchView.switchView.on = NO;
weakSelf.memorySwitchView.switchView.on = NO;
weakSelf.flowSwitchView.switchView.on = NO;
[[DoraemonAllTestManager shareInstance] endRecord];
[weakSelf.okBtn setTitle:DoraemonLocalizedString(@"开始测试") forState:UIControlStateNormal];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册