|
@@ -512,9 +512,6 @@
|
|
|
{
|
|
|
|
|
|
//[self setShowImgAndVoiceTypeFun:NO];
|
|
|
- if(_isCodeSuspendAudioType){
|
|
|
- [[DFPlayer sharedPlayer] df_play];
|
|
|
- }
|
|
|
|
|
|
if(isLan){//保证竖屏
|
|
|
[self player_rotateToInterfaceOrientation:UIInterfaceOrientationPortrait];
|
|
@@ -524,6 +521,12 @@
|
|
|
ksharedAppDelegate.supportScreenRotateType = NO;
|
|
|
|
|
|
[self HandleSomethingByExitVC];
|
|
|
+
|
|
|
+ if(_isCodeSuspendAudioType){
|
|
|
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.2 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
+ [[DFPlayer sharedPlayer] df_play];
|
|
|
+ });
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
#pragma mark 显示关闭投屏提示语
|