wordpress-mobile / WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
GNU General Public License v2.0
14 stars 3 forks source link

LoginEmailFragment: "Already managing a GoogleApiClient" #7

Closed nbradbury closed 4 years ago

nbradbury commented 5 years ago

The WCAndroid and WPAndroid apps both have "Already managing a GoogleApiClient" crashes in LoginEmailFragment:

http://crashes.to/s/aab765a1feb http://crashes.to/s/6efb6866862

Possible fixes:

https://stackoverflow.com/a/37025744/1673548 https://stackoverflow.com/a/42934594/1673548

malinajirka commented 4 years ago

I believe this change might have fixed this issue. I'd suggest closing it for now and re-open it if necessary. Wdyt @nbradbury ?

nbradbury commented 4 years ago

@malinajirka I think you're right - adding the "stopAutoManage" and "disconnect" steps very likely fixed this. I'll close this.