Skip to content

Commit 3cdeea4

Browse files
committed
update notifyVideoScreenChanged everytime
1 parent b22efea commit 3cdeea4

File tree

1 file changed

+3
-3
lines changed
  • VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK

1 file changed

+3
-3
lines changed

VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/VPInterfaceController.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ - (void)updateFrame:(CGRect)frame videoRect:(CGRect)videoRect isFullScreen:(BOOL
192192

193193
- (void)notifyVideoScreenChanged:(VPIVideoPlayerOrientation)type {
194194

195-
if (_orientationType == type) {
196-
return;
197-
}
195+
// if (_orientationType == type) {
196+
// return;
197+
// }
198198
_orientationType = type;
199199

200200
if (_osView) {

0 commit comments

Comments
 (0)