Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Oct 26, 2023
1 parent 7deff96 commit e06efc0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ class AutoReadDialog : BaseDialogFragment(R.layout.dialog_auto_read) {
binding.llCatalog.setOnClickListener { callBack?.openChapterList() }
binding.llAutoPageStop.setOnClickListener {
callBack?.autoPageStop()
dismissAllowingStateLoss()
binding.llAutoPageStop.post {
dismissAllowingStateLoss()
}
}
}

Expand Down

0 comments on commit e06efc0

Please sign in to comment.