emuikernel / wittytwitter

Automatically exported from code.google.com/p/wittytwitter
1 stars 0 forks source link

Do the login logic on a separate thread #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the app will freeze when trying to login if the user service is down.

Original issue reported on code.google.com by alan...@gmail.com on 29 Nov 2007 at 11:26

GoogleCodeExporter commented 8 years ago
I separated the login code into its own thread. This will prevent the crashes 
when
Twitter.com and API is down.

Original comment by alan...@gmail.com on 30 Nov 2007 at 12:13