|
@@ -433,7 +433,7 @@
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
|
|
}
|
|
}
|
|
|
|
|
|
- dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
|
|
|
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:ShowImgAndVoiceNotification object:nil];
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:ShowImgAndVoiceNotification object:nil];
|
|
});
|
|
});
|
|
|
|
|