opt.: sftp rename

This commit is contained in:
lollipopkit
2023-09-25 19:47:20 +08:00
parent 4d06a52e99
commit 153bfc191d
9 changed files with 53 additions and 53 deletions

View File

@@ -127,7 +127,7 @@ class _IOSSettingsPageState extends State<IOSSettingsPage> {
text: text,
langCode: 'json',
title: 'Watch app',
).go(context);
).go<String>(context);
if (result == null) {
return;
}