mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 18:46:53 +08:00
@@ -105,7 +105,7 @@ class _LiveRoomPageState extends State<LiveRoomPage>
|
||||
}
|
||||
}
|
||||
|
||||
double _getFontSize(isFullScreen) {
|
||||
double _getFontSize(bool isFullScreen) {
|
||||
return isFullScreen == false || _isPipMode == true
|
||||
? 15 * plPlayerController.fontSize
|
||||
: 15 * plPlayerController.fontSizeFS;
|
||||
|
||||
Reference in New Issue
Block a user