mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: medialist: show del btn
Closes #451 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -20,6 +20,7 @@ class ComBtn extends StatelessWidget {
|
||||
child: GestureDetector(
|
||||
onTap: onTap,
|
||||
onLongPress: onLongPress,
|
||||
behavior: HitTestBehavior.opaque,
|
||||
child: icon,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user