Closed
requested to merge github/fork/f3ndot/recheck-current-cell-after-ocid-download into development
Created by: f3ndot
Attempts to fix #558 (closed).
Unfortunately mAimsicdService
is not set as the async task is not bound to the service.
Advice on how to get access to it would be great as the fix doesn't work yet.
I know next to nothing on Android framework development, so a prompt in the right direction is appreciated. I suspect Tasks aren't supposed to bind to Services? If that's the case, is there a way for the Task to send a message to be consumed by a main activity?