mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-19 01:59:25 +01:00
fix: null exception when resource patching is disabled (#85)
This commit is contained in:
parent
131100ef00
commit
125fa06ca6
@ -42,7 +42,7 @@ internal object Patcher {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
outputFileSystem.uncompress(*result.doNotCompress!!.toTypedArray())
|
result.doNotCompress?.let { outputFileSystem.uncompress(*it.toTypedArray()) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user