fix: Correct update message

This commit is contained in:
oSumAtrIX
2023-12-23 22:11:38 +01:00
parent 1298a96b0e
commit a141ec85b0

View File

@@ -409,7 +409,7 @@ class MainActivity : FlutterActivity() {
e.printStackTrace()
}
updateProgress(.85, "Patched", "Patched")
updateProgress(.85, "Patched", "Patched APK")
} catch (ex: Throwable) {
if (!cancel) {
val stack = ex.stackTraceToString()