From 484496b5f4dde63c1ecaa8ab6c108b5a527d9d6c Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Tue, 22 Nov 2022 19:00:33 +0100 Subject: [PATCH] more config renaming --- .../simplemobiletools/clock/fragments/StopwatchFragment.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/clock/fragments/StopwatchFragment.kt b/app/src/main/kotlin/com/simplemobiletools/clock/fragments/StopwatchFragment.kt index af20b6de..8b16251f 100644 --- a/app/src/main/kotlin/com/simplemobiletools/clock/fragments/StopwatchFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/clock/fragments/StopwatchFragment.kt @@ -92,8 +92,8 @@ class StopwatchFragment : Fragment() { updateSorting(Lap.sorting) } - if (requireContext().config.toggleStopWatch) { - requireContext().config.toggleStopWatch = false + if (requireContext().config.toggleStopwatch) { + requireContext().config.toggleStopwatch = false startStopWatch() } }