unmask NavBar SR

This commit is contained in:
teegsh2 2022-12-13 09:52:47 +05:30
parent b7413d536b
commit 7ae5cbfc8a

View File

@ -363,7 +363,7 @@ import MVMCore
super.viewWillDisappear(animated)
executeBehaviors { [weak self] (behavior: PageVisibilityBehavior) in
behavior.willHidePage(self?.delegateObjectIVar)
behavior.willShowPage(self?.delegateObjectIVar)
}
}