Removed override

@Override not allowed when implementing interface method
This commit is contained in:
misaochan 2015-11-13 02:18:10 +13:00
parent af15101d60
commit c7ccd514ad

View file

@ -68,8 +68,7 @@ public class UploadService extends HandlerService<Contribution> {
this.notificationFinishingTitle = notificationFinishingTitle;
this.contribution = contribution;
}
@Override
public void onProgress(long transferred, long total) {
Log.d("Commons", String.format("Uploaded %d of %d", transferred, total));
if(!notificationTitleChanged) {