Skip to content

Commit 8859b00

Browse files
committed
fix flutter#6
1 parent 2b9ac26 commit 8859b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/video_player/video_player/ios/Classes/FLTVideoPlayerPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ - (void)sendInitialized {
330330
//return;
331331
}
332332

333-
_isInitialized = true;
333+
//_isInitialized = true;
334334
_eventSink(@{
335335
@"event" : @"initialized",
336336
@"duration" : @([self duration]),

0 commit comments

Comments
 (0)