Closed jaredly closed 1 year ago
Java was throwing an exception. I also guarded against changeIcon(null), which also resulted in a native-side crash, instead of rejecting the promise.
changeIcon(null)
Upvote👍🏽
check the updated version, it should solve your issue
Java was throwing an exception. I also guarded against
changeIcon(null)
, which also resulted in a native-side crash, instead of rejecting the promise.