chore: fix some typos in comments (#7814)

Signed-off-by: whosehang <whosehang@outlook.com>
This commit is contained in:
whosehang
2024-04-24 14:16:19 +08:00
committed by GitHub
parent bc68f400f6
commit 66d1af63b0
3 changed files with 3 additions and 3 deletions

View File

@@ -223,7 +223,7 @@ class _RemotePageState extends State<RemotePage> {
_timer?.cancel();
_timer = Timer(kMobileDelaySoftKeyboard, () {
// show now, and sleep a while to requestFocus to
// make sure edit ready, so that keyboard wont show/hide/show/hide happen
// make sure edit ready, so that keyboard won't show/hide/show/hide happen
setState(() => _showEdit = true);
_timer?.cancel();
_timer = Timer(kMobileDelaySoftKeyboardFocus, () {