changed root error handler

This commit is contained in:
X1nto 2020-08-08 15:02:12 +04:00
parent 4356584185
commit 24a51c949b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class RootSplitInstallerService: Service() {
sendBroadcast(Intent(HomeFragment.VANCED_INSTALLED)) sendBroadcast(Intent(HomeFragment.VANCED_INSTALLED))
} }
} else } else
sendFailure(installResult.err, this) sendFailure(installResult.out, this)
} }
private fun SimpleDateFormat.tryParse(str: String) = try { private fun SimpleDateFormat.tryParse(str: String) = try {