Skip to content

Commit

Permalink
💫 Update: RNIModalView
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 10, 2023
1 parent 8e637b2 commit 58db590
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ public class RNIModalView: UIView, RNIIdentifiable,
self.modalPresentationState.set(state: .DISMISSING_PROGRAMMATIC);

presentedVC.dismiss(animated: true){
self.modalPresentationState.set(state: .DISMISSED);
completion?(true, nil);

#if DEBUG
Expand Down

0 comments on commit 58db590

Please sign in to comment.