mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user