mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
show laps in a recyclerview
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
package com.simplemobiletools.clock.models
|
||||
|
||||
data class Lap(val id: Int, var lapTime: Long, var totalTime: Long)
|
@ -1,3 +0,0 @@
|
||||
package com.simplemobiletools.clock.models
|
||||
|
||||
data class StopwatchTime(val id: Int, var lapTime: Long, var totalTime: Long)
|
Reference in New Issue
Block a user