mod: remove incorrect ban url

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-14 10:06:17 +08:00
parent 471c95abe8
commit d4b005f6ae

View File

@@ -266,12 +266,7 @@ class UserInfoCard extends StatelessWidget {
if (silence == 1)
Builder(builder: (context) {
bool isLight = Theme.of(context).brightness == Brightness.light;
return GestureDetector(
onTap: () {
Utils.handleWebview(
'https://www.bilibili.com/blackroom/ban/${card.mid}');
},
child: Container(
return Container(
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(6),
color: isLight
@@ -299,7 +294,6 @@ class UserInfoCard extends StatelessWidget {
),
],
),
),
);
}),
];