mirror of
https://github.com/git-touch/git-touch
synced 2025-02-01 08:26:53 +01:00
fix: do not wait tap callback
This commit is contained in:
parent
15d8414f36
commit
4b0dae9591
@ -26,9 +26,7 @@ class Link extends StatelessWidget {
|
||||
splashColor:
|
||||
theme.theme == AppThemeType.cupertino ? Colors.transparent : null,
|
||||
onTap: () async {
|
||||
if (onTap != null) {
|
||||
await onTap();
|
||||
}
|
||||
if (onTap != null) onTap();
|
||||
theme.push(context, url);
|
||||
},
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user