code enhancement

Signed-off-by: Hamidi Mohammed <mr.hammiddi@gmail.com>
This commit is contained in:
Hamidi Mohammed
2022-06-19 17:15:37 +01:00
parent 086c8e43d7
commit 5a051ae3b6
8 changed files with 17 additions and 27 deletions

View File

@@ -126,7 +126,7 @@ class _RemotePageState extends State<RemotePage> {
common < oldValue.length &&
common < newValue.length &&
newValue[common] == oldValue[common];
++common);
++common) {}
for (i = 0; i < oldValue.length - common; ++i) {
FFI.inputKey('VK_BACK');
}