mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix(updater): ability to start again after cancelling (#937)
This commit is contained in:
parent
cebfa7c8ae
commit
6cc1bd21cd
@ -140,7 +140,7 @@ class RevancedAPI {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
StreamController<double> managerUpdateProgress = StreamController<double>();
|
StreamController<double> managerUpdateProgress = StreamController<double>.broadcast();
|
||||||
|
|
||||||
void updateManagerDownloadProgress(int progress) {
|
void updateManagerDownloadProgress(int progress) {
|
||||||
managerUpdateProgress.add(progress.toDouble());
|
managerUpdateProgress.add(progress.toDouble());
|
||||||
|
Loading…
Reference in New Issue
Block a user