基本完成答案详情上下滑动功能,待接口数据再调试

This commit is contained in:
chenjuntao
2019-03-20 10:23:33 +08:00
parent 4163b81f70
commit 21ac1d1f17
2 changed files with 89 additions and 59 deletions

View File

@ -102,6 +102,10 @@ class TimeElapsedHelper(val fragment: Fragment?, val activity: Activity?) {
}
}
fun resetCounting() {
elapsedTime = 0
}
fun pauseCounting() {
isWorking = false
}