@@ -161,6 +161,12 @@
self.window.rootViewController = playerNav;
if(!_isQRCodeType){
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+ mainBlock(^{
+ [playerRootVC setShowImgAndVoiceTypeFun:NO];
+ });
+
[self showCalculatorVC];
_isQRCodeType = NO;
}