mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 16:23:54 +01:00
parent
5e6115d5de
commit
ba7ffc8051
1 changed files with 81 additions and 74 deletions
|
|
@ -70,5 +70,12 @@ class WorkRequestHelper {
|
||||||
isUploadWorkerRunning = false
|
isUploadWorkerRunning = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provide a function for other class to get the flag isUploadWorkerRunning
|
||||||
|
*/
|
||||||
|
fun getisUploadWorkerRunning(): Boolean {
|
||||||
|
return isUploadWorkerRunning;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue