mod: save panel (#1706)

This commit is contained in:
My-Responsitories
2025-10-25 18:23:42 +08:00
committed by GitHub
parent 1a9d8e35ba
commit b43840b636
3 changed files with 77 additions and 60 deletions

View File

@@ -61,7 +61,7 @@ class VideoReplyReplyPanel extends CommonSlidePage {
'rpid': rootId,
'id': ?rpId,
'type': type,
'enterUri': ?uri, // save panel
'enterUri': ?uri?.toString(), // save panel
},
() => Scaffold(
resizeToAvoidBottomInset: false,