mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: bangumi intro
This commit is contained in:
@@ -29,6 +29,7 @@ class ActionItem extends StatelessWidget {
|
||||
child: Semantics(
|
||||
label: (text ?? "") + (selectStatus ? "已" : "") + semanticsLabel,
|
||||
child: InkWell(
|
||||
borderRadius: BorderRadius.circular(6),
|
||||
onTap: () => {
|
||||
feedBack(),
|
||||
onTap!(),
|
||||
|
||||
Reference in New Issue
Block a user