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

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

Merge "Floss: Don't discard suspend_id on suspend timeout" into main

parents 45ffd6cb fc8da8e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -310,7 +310,6 @@ impl ISuspend for Suspend {

            suspend_state.lock().unwrap().le_rand_expected = false;
            suspend_state.lock().unwrap().suspend_expected = false;
            suspend_state.lock().unwrap().suspend_id = None;
            tokio::spawn(async move {
                let _result = tx.send(Message::SuspendReady(suspend_id)).await;
            });