mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
fix: Reset progress if patch was cancelled
This commit is contained in:
parent
ca95e32164
commit
850bdc4a4d
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ class InstallerViewModel extends BaseViewModel {
|
|||
} else if (value == -100.0) {
|
||||
isPatching = false;
|
||||
hasErrors = true;
|
||||
progress = 0.0;
|
||||
}
|
||||
if (header.isNotEmpty) {
|
||||
headerLogs = header;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue