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.
2 parents da3e082 + fbb60cb commit 1cf5881Copy full SHA for 1cf5881
lib/src/cupertino/cupertino_controls.dart
@@ -649,7 +649,7 @@ class _CupertinoControlsState extends State<CupertinoControls>
649
}
650
651
Future<void> _initialize() async {
652
- chewieController.showSubtitles &&
+ _subtitleOn = chewieController.showSubtitles &&
653
(chewieController.subtitle?.isNotEmpty ?? false);
654
controller.addListener(_updateState);
655
0 commit comments