♻️ Improve the attachment item gesture

This commit is contained in:
2025-04-01 23:48:45 +08:00
parent 919ff5e464
commit a75083d916
3 changed files with 57 additions and 59 deletions

View File

@ -60,7 +60,7 @@ class AccountPopoverCard extends StatelessWidget {
IconButton(
onPressed: () {
Navigator.pop(context);
GoRouter.of(context).pushNamed(
GoRouter.of(context).pushReplacementNamed(
'accountProfilePage',
pathParameters: {'name': data.name},
);