chore: Remove unused variable

This commit is contained in:
oSumAtrIX
2024-10-27 05:13:31 +01:00
parent b54308b0e2
commit 3d0c8c1526

View File

@@ -357,8 +357,6 @@ internal object PatchCommand : Runnable {
// region Install.
deviceSerial?.let {
val deviceSerial = it.ifEmpty { null }
runBlocking {
when (val result = installer!!.install(Installer.Apk(outputFilePath, packageName))) {
RootInstallerResult.FAILURE -> logger.severe("Failed to mount the patched APK file")