HaikuDepot: Implement ProgressPackageDownloadStarted()...
... by calling ProgressPackageDownloadActive() with a 0.0f progress percentage.
This commit is contained in:
parent
24e3b35816
commit
87d1eac74e
@ -466,7 +466,7 @@ PackageManager::Warn(status_t error, const char* format, ...)
|
||||
void
|
||||
PackageManager::ProgressPackageDownloadStarted(const char* packageName)
|
||||
{
|
||||
// TODO: implement
|
||||
ProgressPackageDownloadActive(packageName, 0.0f);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user