do not sort laps in the fragment itself

This commit is contained in:
tibbi
2018-03-28 23:00:51 +02:00
parent d4de429898
commit 2810497771

View File

@ -222,7 +222,6 @@ class StopwatchFragment : Fragment() {
} }
private fun updateLaps() { private fun updateLaps() {
laps.sort()
stopwatchAdapter.updateItems(laps) stopwatchAdapter.updateItems(laps)
} }