mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-10 21:26:18 +00:00
fix: Correct update message
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user