Commit 12a6bb6
committed
fix: route screenPopped event to correct handler in ComponentEventsObserver
registerScreenPoppedListener was wired to notifyPreviewCompleted instead
of notifyScreenPopped, causing screenPopped events to be dispatched as
previewCompleted. This prevented component listeners with a screenPopped
handler from receiving the event (e.g. after iOS swipe-back gesture).
Made-with: Cursor1 parent e1ca88b commit 12a6bb6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments