Skip to content

Commit

Permalink
fix: Correct update message
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 23, 2023
1 parent 1298a96 commit a141ec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a141ec8

Please sign in to comment.