Files
openide/platform/new-ui-onboarding
Konstantin Hudyakov 2c0600536a [newUiOnboarding] Fix Alarm leak when reopening the popup
The `onClosed()` can happen in the process of disposing the step disposable. At this moment `disposable.isDisposed` is false, but if we take it as a parent for the Alarm - the Alarm won't be disposed at all.

GitOrigin-RevId: 5df712badf43d0ac011900e803ce771ec537391f
2023-10-23 19:25:54 +00:00
..