summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/FlashLight.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-07-24 16:47:06 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-07-24 16:47:06 (GMT)
commit057de4e6b509e15c89f10158e1935ccdc063deaa (patch)
tree6c40390ff67374d7f072423364533ebc85ccbb63 /src/displayapp/screens/FlashLight.cpp
parentd6cccc2dcd95a7d332ee657d1357ae060389f6e6 (diff)
parent926553d04386341f60eaf8c2abb3f50c65b8fb04 (diff)
Merge branch 'Riksu9000-fix_touchevent_tap' into develop
Diffstat (limited to 'src/displayapp/screens/FlashLight.cpp')
-rw-r--r--src/displayapp/screens/FlashLight.cpp2
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;
}