summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stopwatch.lua')
-rw-r--r--apps/plugins/stopwatch.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/stopwatch.lua b/apps/plugins/stopwatch.lua
index 578ba7f42c..34a3c57d72 100644
--- a/apps/plugins/stopwatch.lua
+++ b/apps/plugins/stopwatch.lua
@@ -280,7 +280,7 @@ function arrangeButtons(btns)
280 end 280 end
281end 281end
282 282
283rb.touchscreen_set_mode(rb.TOUCHSCREEN_POINT) 283rb.touchscreen_mode(rb.TOUCHSCREEN_POINT)
284 284
285LapsView:init() 285LapsView:init()
286 286