Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 919678bc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libsnapshot: Fix intermittent test failure due to missing null check."

parents d9fb5c89 533b2b62
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2505,7 +2505,9 @@ bool SnapshotManager::HandleImminentDataWipe(const std::function<void()>& callba
    }

    UpdateState state = ProcessUpdateState([&]() -> bool {
        if (callback) {
            callback();
        }
        return true;
    });
    LOG(INFO) << "Update state in recovery: " << state;