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

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

Merge "Fix notification description"

parents a6d2152f dd8cca36
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1971,7 +1971,8 @@ static void SetOptionsFromProperties(Dumpstate::DumpOptions* options) {
        // Reset the property
        android::base::SetProperty(PROPERTY_EXTRA_TITLE, "");

        options->extra_options = android::base::GetProperty(PROPERTY_EXTRA_DESCRIPTION, "");
        options->notification_description =
            android::base::GetProperty(PROPERTY_EXTRA_DESCRIPTION, "");
        if (!options->notification_description.empty()) {
            // Reset the property
            android::base::SetProperty(PROPERTY_EXTRA_DESCRIPTION, "");