mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
fixed compile time error (#3165)
This commit is contained in:
parent
ccd7b3d3d2
commit
dab46bfcbd
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public class UploadService extends HandlerService<Contribution> {
|
|||
super("UploadService");
|
||||
}
|
||||
|
||||
protected class NotificationUpdateProgressListener implements MediaWikiApi.ProgressListener {
|
||||
protected class NotificationUpdateProgressListener{
|
||||
|
||||
String notificationTag;
|
||||
boolean notificationTitleChanged;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue