mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: live bg
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -148,6 +148,7 @@ class _LiveRoomPageState extends State<LiveRoomPage> {
|
|||||||
children: [
|
children: [
|
||||||
Positioned(
|
Positioned(
|
||||||
left: 0,
|
left: 0,
|
||||||
|
top: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
child: Opacity(
|
child: Opacity(
|
||||||
@@ -163,6 +164,7 @@ class _LiveRoomPageState extends State<LiveRoomPage> {
|
|||||||
Obx(
|
Obx(
|
||||||
() => Positioned(
|
() => Positioned(
|
||||||
left: 0,
|
left: 0,
|
||||||
|
top: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
child: _liveRoomController
|
child: _liveRoomController
|
||||||
|
|||||||
@@ -45,4 +45,10 @@ class MemberContributeCtr extends CommonController
|
|||||||
Future<LoadingState> customGetData() {
|
Future<LoadingState> customGetData() {
|
||||||
throw UnimplementedError();
|
throw UnimplementedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void onClose() {
|
||||||
|
tabController?.dispose();
|
||||||
|
super.onClose();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -137,4 +137,10 @@ class MemberControllerNew extends CommonController
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void onClose() {
|
||||||
|
tabController.dispose();
|
||||||
|
super.onClose();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user