Publisher list on account

This commit is contained in:
2025-09-07 01:02:40 +08:00
parent c9c0aa9fb5
commit f4e2c0440d
4 changed files with 437 additions and 232 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},