fix: reply cv jump

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-10 13:14:40 +08:00
parent 0f63976a00
commit abd01e1a27
5 changed files with 13 additions and 7 deletions

View File

@@ -257,6 +257,7 @@ class ArticlePanelController extends GetxController {
showModalBottomSheet(
context: context,
isScrollControlled: true,
backgroundColor: Theme.of(context).colorScheme.surface,
builder: (context) => SingleChildScrollView(
child: Container(
width: double.infinity,

View File

@@ -184,6 +184,7 @@ class UserPanelController extends GetxController {
showModalBottomSheet(
context: context,
isScrollControlled: true,
backgroundColor: Theme.of(context).colorScheme.surface,
builder: (context) => SingleChildScrollView(
child: Container(
width: double.infinity,

View File

@@ -251,6 +251,7 @@ class VideoPanelController extends GetxController {
showModalBottomSheet(
context: context,
isScrollControlled: true,
backgroundColor: Theme.of(context).colorScheme.surface,
builder: (context) => StatefulBuilder(
builder: (context, setState) {
Widget dateWidget([bool isFirst = true]) {