diff options
| author | Tim <tim@taenny.de> | 2021-08-08 12:37:48 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 12:37:48 (GMT) |
| commit | 3e9c30a18fb0a0fa7cc69e62821ca0d11e518f47 (patch) | |
| tree | 5422eb59505f40c4c5dba1f14dc7608e27c3bcaa /src/displayapp/screens/FlashLight.cpp | |
| parent | ffa51612fc6884ccfeb4f23453acc451692c18b3 (diff) | |
| parent | 514481ef7f9c71ad816b31d979c6ab39ce9380dd (diff) | |
Merge branch 'JF002:develop' into set-datetime-manually
Diffstat (limited to 'src/displayapp/screens/FlashLight.cpp')
| -rw-r--r-- | src/displayapp/screens/FlashLight.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/FlashLight.cpp b/src/displayapp/screens/FlashLight.cpp index 7db2c6c..63b2345 100644 --- a/src/displayapp/screens/FlashLight.cpp +++ b/src/displayapp/screens/FlashLight.cpp @@ -70,5 +70,5 @@ bool FlashLight::Refresh() { } bool FlashLight::OnTouchEvent(Pinetime::Applications::TouchEvents event) { - return true; + return false; } |
