mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-04 00:59:50 +08:00
feat: video download
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -177,7 +177,7 @@ class _SharePanelState extends State<SharePanel> {
|
||||
onTap: () async {
|
||||
_focusNode.unfocus();
|
||||
UserModel? userModel = await Navigator.of(context).push(
|
||||
GetPageRoute(page: () => const ContactPage()),
|
||||
GetPageRoute(page: ContactPage.new),
|
||||
);
|
||||
if (userModel != null) {
|
||||
_userList
|
||||
|
||||
Reference in New Issue
Block a user