Loading install/snapshot_utils.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ bool FinishPendingSnapshotMerges(Device* device) { } RecoveryUI* ui = device->GetUI(); auto sm = SnapshotManager::NewForFirstStageMount(); auto sm = SnapshotManager::New(); if (!sm) { ui->Print("Could not create SnapshotManager.\n"); return false; Loading @@ -57,7 +57,7 @@ bool CreateSnapshotPartitions() { return true; } auto sm = SnapshotManager::NewForFirstStageMount(); auto sm = SnapshotManager::New(); if (!sm) { // SnapshotManager could not be created. The device is still in a // consistent state and can continue with the mounting of the existing Loading Loading
install/snapshot_utils.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ bool FinishPendingSnapshotMerges(Device* device) { } RecoveryUI* ui = device->GetUI(); auto sm = SnapshotManager::NewForFirstStageMount(); auto sm = SnapshotManager::New(); if (!sm) { ui->Print("Could not create SnapshotManager.\n"); return false; Loading @@ -57,7 +57,7 @@ bool CreateSnapshotPartitions() { return true; } auto sm = SnapshotManager::NewForFirstStageMount(); auto sm = SnapshotManager::New(); if (!sm) { // SnapshotManager could not be created. The device is still in a // consistent state and can continue with the mounting of the existing Loading