mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
do not sort laps in the fragment itself
This commit is contained in:
@ -222,7 +222,6 @@ class StopwatchFragment : Fragment() {
|
||||
}
|
||||
|
||||
private fun updateLaps() {
|
||||
laps.sort()
|
||||
stopwatchAdapter.updateItems(laps)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user