commit | 0dedfd648aa793de3d8fd3768718cdae9ea4fa4a | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Mon Jan 15 00:26:40 2018 +0100 |
committer | Pierre-Hugues Husson <phh@phh.me> | Mon Jan 15 00:26:40 2018 +0100 |
tree | 1ea8824d0449d07391a8d1f69fbf66cfc6558b60 | |
parent | 7b7fe4506da23bb734012f93430380e68d511b38 [diff] [blame] |
typo
diff --git a/Huawei/Fingerprint/input.cpp b/Huawei/Fingerprint/input.cpp index f52e57b..ee0cfb5 100644 --- a/Huawei/Fingerprint/input.cpp +++ b/Huawei/Fingerprint/input.cpp
@@ -77,7 +77,7 @@ system("cmd statusbar expand-notifications &"); break; case FINGERPRINT_LONGPRESS: - system("input keyevent APP_APP_SWITCH &"); + system("input keyevent KEYCODE_APP_SWITCH &"); break; }; }