You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When modal is disposed some events still can be fired that can lead to undefined access exception.
(See screenshot)
To Reproduce
It's hard to reproduce issue while happening in rare cases due to some rase.
but sometimes when modal is disposed parameres are empty and line displayed in the screenshot is crashing app.
Expected behavior
Just check that parameters are not undefined before using them.
Actual Behavior
Exception.
Screenshots
Lines 55 and 60
The text was updated successfully, but these errors were encountered:
Describe the bug
When modal is disposed some events still can be fired that can lead to undefined access exception.
(See screenshot)
To Reproduce
It's hard to reproduce issue while happening in rare cases due to some rase.
but sometimes when modal is disposed parameres are empty and line displayed in the screenshot is crashing app.
Expected behavior
Just check that parameters are not undefined before using them.
Actual Behavior
Exception.
Screenshots
Lines 55 and 60
The text was updated successfully, but these errors were encountered: