fix: ssh use SafeArea

This commit is contained in:
lollipopkit
2023-02-02 18:47:07 +08:00
parent 82a201d3dc
commit 7837fa4339
13 changed files with 44 additions and 36 deletions

View File

@@ -1321,10 +1321,10 @@ class S {
);
}
/// `This function is now in the experimental stage.\n\nSuch as Backspace on IME not working on iOS. Please use virtual keys above IME.\n\nPlease report bugs on {url} or join our development.`
/// `This function is now in the experimental stage.\n\nPlease report bugs on {url} or join our development.`
String sshTip(Object url) {
return Intl.message(
'This function is now in the experimental stage.\n\nSuch as Backspace on IME not working on iOS. Please use virtual keys above IME.\n\nPlease report bugs on $url or join our development.',
'This function is now in the experimental stage.\n\nPlease report bugs on $url or join our development.',
name: 'sshTip',
desc: '',
args: [url],