mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 02:01:28 +03:00
chore: fix some typos in comments (#7814)
Signed-off-by: whosehang <whosehang@outlook.com>
This commit is contained in:
@@ -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, () {
|
||||
|
||||
Reference in New Issue
Block a user