Publisher list on account

This commit is contained in:
2025-09-07 01:02:40 +08:00
parent 187c2ea43e
commit 28fda3d0c7
3 changed files with 436 additions and 231 deletions

View File

@@ -66,8 +66,8 @@ class _PublisherBasisWidget extends StatelessWidget {
),
),
onTap: () {
Navigator.pop(context, true);
if (data.account?.name != null) {
Navigator.pop(context, true);
context.pushNamed(
'accountProfile',
pathParameters: {'name': data.account!.name},