光环助手V4.0-视频相关测试汇总(正式环境)13 https://gitlab.ghzs.com/pm/halo-app-issues/issues/794

This commit is contained in:
Jack
2020-03-03 17:43:08 +08:00
parent ddc324bcf1
commit 2173e5a91c

View File

@ -184,7 +184,9 @@ open class NewCommentFragment : ListFragment<CommentEntity, NewCommentViewModel>
override fun onPause() {
super.onPause()
mKeyboardHeightProvider?.setKeyboardHeightObserver(null)
mBaseHandler.postDelayed({ EventBus.getDefault().post(EBReuse(COMMENT_PAUSE)) }, 1000)
if (activity?.isFinishing != true) {
mBaseHandler.postDelayed({ EventBus.getDefault().post(EBReuse(COMMENT_PAUSE)) }, 1000)
}
}
override fun onDestroy() {