captainhaddockfr35 / nativescript-google-login

Apache License 2.0
2 stars 5 forks source link

avoid 2 callback calls on android #6

Closed mmeven closed 4 years ago

mmeven commented 4 years ago

Add boolean to check if a result has already been received, as Android.application.off was taking too much time. It avoids calling the callback 2 times in a row.