Open BruSD opened 10 years ago
I'll find a developer for the task soon...
Thanks for the ticket, your account was topped up with 15 mins, payment ID 45107751
@yegor256 the task is yours
@karato please assign someone else here
@karato please assign someone else here
@yegor256 -30 points to your rating :(
@karato please assign someone else here
@yegor256 got it, someone else will be assigned soon
First of all don't call to view on onPostExecute from any asynk
this.home -is Activity so you can have crash app when you get Incoming call for example
Best way to comunicate betven AsynkTask and Activity is use BroadcastReceiver or use calbak.
fast fix of this bug is check are activity is visible and not null
http://developer.android.com/reference/android/app/Activity.html#hasWindowFocus()
I can provide more clear solution if you want, but they need more work from you to implement BroadcastReceiver, or you can use my fast fix