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

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

Merge "init: fix StopSendingMessages()"

parents 44a6d9a5 68855276
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ void StartSendingMessages() {

void StopSendingMessages() {
    auto lock = std::lock_guard{accept_messages_lock};
    accept_messages = true;
    accept_messages = false;
}

bool CanReadProperty(const std::string& source_context, const std::string& name) {