mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-04-30 06:34:29 +02:00
chore: Remove unused variable
This commit is contained in:
parent
b54308b0e2
commit
3d0c8c1526
@ -357,8 +357,6 @@ internal object PatchCommand : Runnable {
|
|||||||
// region Install.
|
// region Install.
|
||||||
|
|
||||||
deviceSerial?.let {
|
deviceSerial?.let {
|
||||||
val deviceSerial = it.ifEmpty { null }
|
|
||||||
|
|
||||||
runBlocking {
|
runBlocking {
|
||||||
when (val result = installer!!.install(Installer.Apk(outputFilePath, packageName))) {
|
when (val result = installer!!.install(Installer.Apk(outputFilePath, packageName))) {
|
||||||
RootInstallerResult.FAILURE -> logger.severe("Failed to mount the patched APK file")
|
RootInstallerResult.FAILURE -> logger.severe("Failed to mount the patched APK file")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user