mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
fix: getPlayerKey
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user