fix: Unexpected Ink Splash with Material3 when navigating

This commit is contained in:
guozhigq
2023-08-05 21:32:23 +08:00
parent 4e9f28b60d
commit 6b0adbc3e1
4 changed files with 7 additions and 3 deletions

View File

@ -24,7 +24,6 @@ class HistoryItem extends StatelessWidget {
String heroTag = Utils.makeHeroTag(aid);
return InkWell(
onTap: () async {
await Future.delayed(const Duration(milliseconds: 200));
if (videoItem.history.business.contains('article')) {
int cid = videoItem.history.cid ??
// videoItem.history.oid ??