We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224e2e8 commit 174153dCopy full SHA for 174153d
packages/video_player/video_player/ios/Classes/FLTVideoPlayerPlugin.m
@@ -322,7 +322,7 @@ - (void)sendInitialized {
322
CGFloat height = size.height;
323
324
// The player has not yet initialized.
325
- if (height == CGSizeZero.height && width == CGSizeZero.width && ![self isDurationIndefinite]) {
+ if (height == CGSizeZero.height && width == CGSizeZero.width && [self isDurationIndefinite]) {
326
return;
327
}
328
// The player may be initialized but still needs to determine the duration.
0 commit comments