We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e6bf7 commit d51dbefCopy full SHA for d51dbef
1 file changed
app/src/main/java/com/fox2code/mmm/repo/RepoUpdater.kt
@@ -14,6 +14,7 @@ import java.util.concurrent.atomic.AtomicBoolean
14
15
class RepoUpdater(val repoData: RepoData) {
16
private var indexRaw: ByteArray? = null
17
+ public var repoData = repoData
18
private var toUpdate: List<RepoModule>? = null
19
private var toApply: Collection<RepoModule>? = null
20
fun fetchIndex(): Int {
@@ -377,4 +378,4 @@ class RepoUpdater(val repoData: RepoData) {
377
378
}
379
return success.get()
380
-}
381
+}
0 commit comments