mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-06-25 01:59:37 +08:00
refactor: improve code readability according to formatter
This commit is contained in:
@ -140,7 +140,8 @@ class RevancedAPI {
|
||||
return null;
|
||||
}
|
||||
|
||||
StreamController<double> managerUpdateProgress = StreamController<double>.broadcast();
|
||||
StreamController<double> managerUpdateProgress =
|
||||
StreamController<double>.broadcast();
|
||||
|
||||
void updateManagerDownloadProgress(int progress) {
|
||||
managerUpdateProgress.add(progress.toDouble());
|
||||
|
Reference in New Issue
Block a user