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
isOtherButton param value is true for first button and false for other button
Function cloaseAlert has line:
let isOtherButton = buttonIndex == 0 ? true: false
But otherButton index is 1 - condition is incorrect
The text was updated successfully, but these errors were encountered:
isOtherButton param value is true for first button and false for other button
Function cloaseAlert has line:
let isOtherButton = buttonIndex == 0 ? true: false
But otherButton index is 1 - condition is incorrect
The text was updated successfully, but these errors were encountered: