do not sort laps in the fragment itself
This commit is contained in:
parent
d4de429898
commit
2810497771
|
@ -222,7 +222,6 @@ class StopwatchFragment : Fragment() {
|
|||
}
|
||||
|
||||
private fun updateLaps() {
|
||||
laps.sort()
|
||||
stopwatchAdapter.updateItems(laps)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue