Skip to content

Commit

Permalink
🐞 Fix: Temp. Disable View Controller Caching
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed May 5, 2023
1 parent 4c62e20 commit ca20ef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class RNIPresentedViewControllerCache {
func getPresentedViewControllers(
forWindow window: UIWindow?
) -> [UIViewController] {

return RNIUtilities.getPresentedViewControllers(for: window);
guard let windowID = window?.synthesizedStringID,
let cacheContainer = self.map[windowID],
let vcItemsCached = cacheContainer.cache
Expand Down

0 comments on commit ca20ef3

Please sign in to comment.