Skip to content

Commit 97ef40b

Browse files
authored
Fix applying the EPUB background on initialization (#588)
1 parent d2091e5 commit 97ef40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Navigator/EPUB/EPUBNavigatorViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ open class EPUBNavigatorViewController: UIViewController,
882882
/// Applies user settings that require native configuration instead of
883883
/// CSS properties.
884884
private func applySettings() {
885-
guard state != .initializing, isViewLoaded else {
885+
guard isViewLoaded else {
886886
return
887887
}
888888

0 commit comments

Comments
 (0)