mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Removed override
@Override not allowed when implementing interface method
This commit is contained in:
parent
af15101d60
commit
c7ccd514ad
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue