mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: Correct update message
This commit is contained in:
parent
1298a96b0e
commit
a141ec85b0
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue