fix: Unexpected Ink Splash with Material3 when navigating
This commit is contained in:
@ -42,7 +42,6 @@ class LiveCardV extends StatelessWidget {
|
||||
},
|
||||
child: InkWell(
|
||||
onTap: () async {
|
||||
await Future.delayed(const Duration(milliseconds: 200));
|
||||
Get.toNamed('/liveRoom?roomid=${liveItem.roomId}',
|
||||
arguments: {'liveItem': liveItem, 'heroTag': heroTag});
|
||||
},
|
||||
|
Reference in New Issue
Block a user