mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Added options modal on top items screen
This commit is contained in:
parent
50630a56b8
commit
c7c50dfc97
3 changed files with 100 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue