Skip to content
Snippets Groups Projects
Commit 0a9d37b1 authored by Taras's avatar Taras
Browse files

Make fields public in cancelable work

parent ae9f5f39
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@ import org.matrix.android.sdk.api.util.Cancelable
import java.util.UUID
class CancelableWork(
private val workManager: WorkManager,
private val workId: UUID
val workManager: WorkManager,
val workId: UUID
) : Cancelable {
override fun cancel() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment