fix(reader): restore tool views and close action
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user