Skip to content

Commit dab46bf

Browse files
ashishkumar468Vivek Maskara
authored and
Vivek Maskara
committed
fixed compile time error (commons-app#3165)
1 parent ccd7b3d commit dab46bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/upload/UploadService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public UploadService() {
7070
super("UploadService");
7171
}
7272

73-
protected class NotificationUpdateProgressListener implements MediaWikiApi.ProgressListener {
73+
protected class NotificationUpdateProgressListener{
7474

7575
String notificationTag;
7676
boolean notificationTitleChanged;

0 commit comments

Comments
 (0)