Skip to content

Commit

Permalink
✨ Minor Change: Fix Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Mar 24, 2023
1 parent 143fe60 commit 9aaad70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ class RNIModalView: UIView, RNIModalState, RNIModalPresentation {
return;
};

let isModalInFocus = self.synthesizedIsModalInFocus ?? self.isModalInFocus;
let isModalInFocus = self.synthesizedIsModalInFocus;

let shouldDismiss = isModalInFocus
? true
Expand Down

0 comments on commit 9aaad70

Please sign in to comment.