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() e.printStackTrace()
} }
updateProgress(.85, "Patched", "Patched") updateProgress(.85, "Patched", "Patched APK")
} catch (ex: Throwable) { } catch (ex: Throwable) {
if (!cancel) { if (!cancel) {
val stack = ex.stackTraceToString() val stack = ex.stackTraceToString()