mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 18:14:21 +01:00
add webapps and bugfix
This commit is contained in:
@@ -30,9 +30,11 @@ class _WebAppItemComponent extends State<WebAppItemComponent> {
|
||||
return GestureDetector(
|
||||
onTap: () {
|
||||
if (widget.onTap != null) {
|
||||
print("onTap!!");
|
||||
widget.onTap!(widget.item);
|
||||
}
|
||||
},
|
||||
behavior: HitTestBehavior.translucent,
|
||||
child: Container(
|
||||
padding: const EdgeInsets.only(
|
||||
left: Base.BASE_PADDING,
|
||||
|
||||
Reference in New Issue
Block a user