Resolved merge conflicts (call with friends)
This commit is contained in:
commit
46109ac4ff
31 changed files with 1011 additions and 205 deletions
|
@ -4,7 +4,7 @@ class FunctionalCustomTimer(studyTime: Int) : FunctionalTimer(studyTime) {
|
|||
|
||||
override fun tick() {
|
||||
if (!hasEnded()) {
|
||||
time++
|
||||
time--
|
||||
totalStudyTime++
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue