光环助手V4.0-视频相关测试汇总(正式环境)13 https://gitlab.ghzs.com/pm/halo-app-issues/issues/794
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user