Send flipperstate to cert downloader
Summary: Add flipperstate to the cert downloader. Reviewed By: jknoxville Differential Revision: D23172851 fbshipit-source-id: f0eb23ec709d656918831c2ee82a6ddb426596e5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2e98c7f3c7
commit
3c3d76be60
@@ -379,6 +379,7 @@ void FlipperConnectionManagerImpl::requestSignedCertFromFlipper() {
|
||||
contextStore_->storeConnectionConfig(config);
|
||||
}
|
||||
if (certProvider_) {
|
||||
certProvider_->setFlipperState(flipperState_);
|
||||
auto gettingCertFromProvider =
|
||||
flipperState_->start("Getting cert from Cert Provider");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user