Added options modal on top items screen

This commit is contained in:
Juan Gilsanz Polo 2022-12-31 17:23:19 +01:00
parent 50630a56b8
commit c7c50dfc97
3 changed files with 100 additions and 2 deletions

View file

@ -134,7 +134,6 @@ class TopItems extends StatelessWidget {
return Material(
color: Colors.transparent,
child: InkWell(
onTap: () => {},
onLongPress: type == 'topQueriedDomains' || type == 'topBlockedDomains'
? () => openOptionsModal(item.keys.toList()[0])
: null,