|
@@ -1,3 +1,8 @@
|
|
|
+/*
|
|
|
+ * Licensed under Apache-2.0
|
|
|
+ *
|
|
|
+ * Designed and developed by Aidan Follestad (@afollestad)
|
|
|
+ */
|
|
|
package com.afollestad.materialdialogs.files
|
|
|
|
|
|
import android.os.Handler
|
|
@@ -38,4 +43,4 @@ internal class Job<T>(private val execution: Execution<T>) {
|
|
|
|
|
|
internal fun <T> job(execution: Execution<T>): Job<T> {
|
|
|
return Job(execution)
|
|
|
-}
|
|
|
+}
|