Skip to content

Commit

Permalink
fix: adjusting onTap call (#5113)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Moraes <[email protected]>
  • Loading branch information
gmmoraes and Gabriel Moraes authored Mar 11, 2024
1 parent 44913af commit f57c0c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class _SearchHistoryTile extends StatelessWidget {
),
),
child: InkWell(
onTap: () => onTap,
onTap: () => onTap(),
child: Padding(
padding: const EdgeInsetsDirectional.only(start: 18.0, end: 13.0),
child: ListTile(
Expand Down

0 comments on commit f57c0c0

Please sign in to comment.