more config renaming

This commit is contained in:
Tibor Kaputa 2022-11-22 19:00:33 +01:00 committed by GitHub
parent 358d499788
commit 484496b5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,8 +92,8 @@ class StopwatchFragment : Fragment() {
updateSorting(Lap.sorting) updateSorting(Lap.sorting)
} }
if (requireContext().config.toggleStopWatch) { if (requireContext().config.toggleStopwatch) {
requireContext().config.toggleStopWatch = false requireContext().config.toggleStopwatch = false
startStopWatch() startStopWatch()
} }
} }