From 2a737254551e711d68e3c82ecae6c4e0b37e3fe2 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Tue, 11 Mar 2025 22:25:13 +0800 Subject: [PATCH] opt: live room Signed-off-by: bggRGjQaUbCoE --- lib/pages/live_room/view.dart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/pages/live_room/view.dart b/lib/pages/live_room/view.dart index ca5b35e0..d4d9ea27 100644 --- a/lib/pages/live_room/view.dart +++ b/lib/pages/live_room/view.dart @@ -258,16 +258,21 @@ class _LiveRoomPageState extends State ); Widget get _buildPP => Scaffold( - appBar: _buildAppBar, backgroundColor: Colors.transparent, body: Stack( children: [ + _buildAppBar, Column( children: [ Obx( () => Container( color: Colors.black, width: Get.width, + margin: isFullScreen + ? null + : EdgeInsets.only( + top: 56 + MediaQuery.paddingOf(context).top, + ), height: isFullScreen ? Get.height - (context.orientation == Orientation.landscape