fix: getPlayerKey

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-28 10:16:02 +08:00
parent 1b4f588671
commit 801043468d
2 changed files with 3 additions and 3 deletions

View File

@@ -311,10 +311,10 @@ class PlPlayerController {
textScaleFactor: MediaQuery.textScalerOf(Get.context!).scale(1),
);
late Function getPlayerKey;
Function? getPlayerKey;
void updateSubtitleStyle() {
getPlayerKey().currentState?.update(
getPlayerKey?.call()?.currentState?.update(
subtitleViewConfiguration: subtitleViewConfiguration,
);
}