mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 07:36:14 +08:00
opt: live room
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -258,16 +258,21 @@ class _LiveRoomPageState extends State<LiveRoomPage>
|
|||||||
);
|
);
|
||||||
|
|
||||||
Widget get _buildPP => Scaffold(
|
Widget get _buildPP => Scaffold(
|
||||||
appBar: _buildAppBar,
|
|
||||||
backgroundColor: Colors.transparent,
|
backgroundColor: Colors.transparent,
|
||||||
body: Stack(
|
body: Stack(
|
||||||
children: [
|
children: [
|
||||||
|
_buildAppBar,
|
||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
Obx(
|
Obx(
|
||||||
() => Container(
|
() => Container(
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
width: Get.width,
|
width: Get.width,
|
||||||
|
margin: isFullScreen
|
||||||
|
? null
|
||||||
|
: EdgeInsets.only(
|
||||||
|
top: 56 + MediaQuery.paddingOf(context).top,
|
||||||
|
),
|
||||||
height: isFullScreen
|
height: isFullScreen
|
||||||
? Get.height -
|
? Get.height -
|
||||||
(context.orientation == Orientation.landscape
|
(context.orientation == Orientation.landscape
|
||||||
|
|||||||
Reference in New Issue
Block a user