热点连接部分bug修复

This commit is contained in:
wbzhan
2019-10-09 18:09:02 +08:00
parent bfdf208899
commit 7157c3b0ed
13 changed files with 110 additions and 62 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
#pragma mark - CAAnimationDelegate
- (void)animationDidStart:(CAAnimation *)anim {
self.progressLabel.text = @"设备连接中...";
// self.progressLabel.text = @"设备连接中...";
}