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
The line pluginResult = CDVPluginResult(status: CDVCommandStatus_OK)
should stay inside the if statement to overwrite the previous error definition only when requestReview is called.
The text was updated successfully, but these errors were encountered:
The line
pluginResult = CDVPluginResult(status: CDVCommandStatus_OK)
should stay inside the
if
statement to overwrite the previous error definition only when requestReview is called.The text was updated successfully, but these errors were encountered: