brione-zz / Brion-Learns-OAuth

Example of an Android application that authenticates via Twitter OAUTH and allows updates and displays the last successful update.
70 stars 19 forks source link

Selecting Cancel in the Twitter OAuth page spins forever #10

Open brione-zz opened 11 years ago

brione-zz commented 11 years ago

The OAuthActivity doesn't handle the case where it resumes without getting a new key. It used to start the main activity. It just needs to know when to finish.