Revert "unmask NavBar SR"

This reverts commit 7ae5cbfc8a.
This commit is contained in:
teegsh2 2022-12-21 20:25:03 +05:30
parent 7ae5cbfc8a
commit 04acb80fd5

View File

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