0
0
Fork 0
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:
X1nto 2020-08-08 15:02:12 +04:00
parent 4356584185
commit 24a51c949b

View file

@ -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 {