fix: Correct update message

This commit is contained in:
oSumAtrIX 2023-12-23 22:11:38 +01:00
parent 1298a96b0e
commit a141ec85b0
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

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()