Skip to content

Commit

Permalink
💄 Gloss: Add Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 21, 2023
1 parent 70f6c57 commit 31ad15a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/src_library/React Native/RNIModalView/RNIModalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,10 @@ class RNIModalView: UIView {

/// Note:2023-03-17-15-41-23 - Possible bug/typo
/// * Replace `self.modalNVC` w/ `self.modalVC`
/// * Addendum: not a bug
/// * `getPresentedViewControllers().last === modalNVC`: true
/// * `getPresentedViewControllers().last === modalVC`: false
///
return topmostPresentedVC === self.modalNVC;
};

Expand Down

0 comments on commit 31ad15a

Please sign in to comment.