Resolved merge conflicts (call with friends)

This commit is contained in:
lbarraga 2023-05-04 00:12:04 +02:00
commit 46109ac4ff
31 changed files with 1011 additions and 205 deletions

View file

@ -4,7 +4,7 @@ class FunctionalCustomTimer(studyTime: Int) : FunctionalTimer(studyTime) {
override fun tick() {
if (!hasEnded()) {
time++
time--
totalStudyTime++
}
}