Skip to content

Commit 73d1908

Browse files
committed
fixes #278
1 parent 65d0478 commit 73d1908

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cSploit/src/org/csploit/android/services/UpdateService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ private void sendError(int message) {
138138
*/
139139
private void sendDone() {
140140
Intent i = new Intent(DONE);
141+
i.putExtra(UPDATE, mCurrentTask);
141142
sendBroadcast(i);
142143
}
143144

0 commit comments

Comments
 (0)