airkiss改为一次,
This commit is contained in:
@@ -771,7 +771,13 @@ extern BOOL isfromCameraView;
|
||||
}
|
||||
else if (type == ConnectTypeAP)
|
||||
{
|
||||
[self goSettingClick:nil];
|
||||
[UIPasteboard generalPasteboard].string=@"12345678";
|
||||
[self.view makeToast:@"密码已复制,可直接粘贴"];
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.35 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
[self goSettingClick:nil];
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user