Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-28 17:20:49 +08:00
parent 3b4e251034
commit 209ec70ea9

View File

@@ -69,7 +69,7 @@ class VideoReplyReplyPanel extends CommonSlidePage {
onPressed: uri == null onPressed: uri == null
? null ? null
: () => PiliScheme.routePush(uri, businessId: type), : () => PiliScheme.routePush(uri, businessId: type),
icon: const Icon(Icons.open_in_new), icon: const Icon(Icons.open_in_browser),
), ),
], ],
), ),