Commit 70bdee01 authored by Anastasia Helfinstein's avatar Anastasia Helfinstein Committed by Commit Bot

[Switch Access] restart autoScan timer after user performs action

Bug: None
Change-Id: I3da18fe44f11fb9b791ba7be8b89d3b73bb94f02
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726652
Commit-Queue: Anastasia Helfinstein <anastasi@google.com>
Auto-Submit: Anastasia Helfinstein <anastasi@google.com>
Reviewed-by: default avatarAkihiro Ota <akihiroota@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682955}
parent f39e41b1
...@@ -42,6 +42,7 @@ class Commands { ...@@ -42,6 +42,7 @@ class Commands {
*/ */
runCommand_(command) { runCommand_(command) {
this.commandMap_.get(command)(); this.commandMap_.get(command)();
this.switchAccess_.performedUserAction();
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment