mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-27 05:23:00 +00:00
changed root error handler
This commit is contained in:
parent
4356584185
commit
24a51c949b
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class RootSplitInstallerService: Service() {
|
|||
sendBroadcast(Intent(HomeFragment.VANCED_INSTALLED))
|
||||
}
|
||||
} else
|
||||
sendFailure(installResult.err, this)
|
||||
sendFailure(installResult.out, this)
|
||||
}
|
||||
|
||||
private fun SimpleDateFormat.tryParse(str: String) = try {
|
||||
|
|
Loading…
Reference in a new issue