Skip to content

Commit

Permalink
💫 Update: ModalEventsManager
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 2, 2024
1 parent 62339b9 commit 1bbda41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Temp/ModalEventManager/ModalEventsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public final class ModalEventsManager {

let modalEntries = eventManager.modalRegistry.getEntriesGrouped();

modalEntries.topMostModal!.setModalFocusState(didDismiss
modalEntries.topMostModal?.setModalFocusState(didDismiss
? .blurred
: .focused
);
Expand Down

0 comments on commit 1bbda41

Please sign in to comment.