修复缺少路径引起的闪退问题

This commit is contained in:
chenjuntao
2019-03-30 14:23:52 +08:00
parent ff182ee3c7
commit 3942154c05

View File

@ -501,7 +501,7 @@ class AnswerDetailFragment : NormalFragment() {
mDetailEntity!!,
mElapsedHelper?.elapsedTime!!,
mEntrance,
mPath!!,
mPath ?: "",
mSpecialColumn)
mElapsedHelper?.resetCounting()