ejci / Google-Auth-for-Titanium

Google Auth for Titanium
GNU General Public License v2.0
66 stars 28 forks source link

master #3

Closed ffabreti closed 10 years ago

ffabreti commented 10 years ago

commit 5eaffc52955873bd6e6b8303c37cb08dffe2c193 Reflog: HEAD@{0} (ffabreti ffabreti@gmail.com) Reflog message: commit: remove extra call that was double triggering cbError() Author: ffabreti ffabreti@gmail.com Date: Mon May 19 15:09:16 2014 -0300

remove extra call that was double triggering cbError()

commit a7c8298144a00c460add7dca15814a0685be3308 Reflog: HEAD@{1} (ffabreti ffabreti@gmail.com) Reflog message: clone: from git@github.com:ffabreti/Google-Auth-for-Titanium.git Author: Miroslav Magda magda.miroslav@gmail.com Date: Wed Jun 19 14:57:45 2013 +0200

Issue #1
https://bitbucket.org/miroslavmagda/google-auth-for-titanium/issue/1/android-method-not-found
ejci commented 10 years ago

Hi, Can you please describe scenario when there is cbError callback called twice?

ffabreti commented 10 years ago

On refreshToken, onerror has double call to cbError!

ejci commented 10 years ago

You are right... sorry. It looks like Im sometimes blind :( Thanks for contribution!