fix(reader): restore tool views and close action

This commit is contained in:
shen
2026-05-26 21:41:04 +08:00
parent 736902b489
commit 22adb76332
2 changed files with 63 additions and 14 deletions
@@ -1162,6 +1162,10 @@ public final class RDEPUBReaderController: UIViewController {
navigationController.popViewController(animated: true)
return
}
if let navigationController, navigationController.presentingViewController != nil {
navigationController.dismiss(animated: true)
return
}
dismiss(animated: true)
}