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
1 changed files with 0 additions and 1 deletions

View File

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