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

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

Merge "Delete local bugreport when consent is denied"

parents 5fa93fff aac6f584
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2571,7 +2571,7 @@ Dumpstate::RunStatus Dumpstate::RunInternal(int32_t calling_uid,
        // Dump state for the default case. This also drops root.
        RunStatus s = DumpstateDefault();
        if (s != RunStatus::OK) {
            if (s == RunStatus::USER_CONSENT_TIMED_OUT) {
            if (s == RunStatus::USER_CONSENT_DENIED) {
                HandleUserConsentDenied();
            }
            return s;