Skip to content

Commit

Permalink
✨ Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 27, 2023
1 parent 7d48182 commit ba25f5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/src_library/React Native/RNIModalView/RNIModalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@ class RNIModalView: UIView, RNIModalFocusNotifying, RNIModalIdentity,
let presentedViewControllers =
RNIModalManager.getPresentedViewControllers(for: self.window);

let lastModalIndex = presentedViewControllers.count - 1;

guard let topMostPresentedVC = presentedViewControllers.last else {
#if DEBUG
print("RNIModalView - presentModal: could not get vc");
Expand Down

0 comments on commit ba25f5c

Please sign in to comment.