]> Pileus Git - ~andy/spades/commit
Fix bug were we can no longer control Task
authorAndy Spencer <andy753421@gmail.com>
Wed, 11 Dec 2013 02:53:32 +0000 (02:53 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 11 Dec 2013 02:53:32 +0000 (02:53 +0000)
commit752d296b1e9c65f0470db5e72fdab68a9853b102
tree7151f8f0994aa0815d37f2941ba9795863c6f611
parent3a5e53423f08666e94d02f1c427d3cbce0f661c0
Fix bug were we can no longer control Task

This happens when the task is killed but main activity is not. A new
task gets created without a registered messenger, but the Main activity
doesn't know to reregister itself.
src/org/pileus/spades/Main.java
src/org/pileus/spades/Task.java