Small style fix to the last commit

This commit is contained in:
Daniel Martí 2015-04-01 13:14:28 +02:00
parent b0e4f59f43
commit 1295158de2

View File

@ -206,7 +206,7 @@ public class ApkDownloader implements AsyncDownloadWrapper.Listener {
// info (in addition to receiving events with the info).
totalSize = event.total;
progress = event.progress;
break;
break;
}
event.getData().putLong(EVENT_SOURCE_ID, id);