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

Commit e7189f4b authored by Nandana Dutt's avatar Nandana Dutt Committed by android-build-merger
Browse files

Merge "Fix notification description" am: 0b14b273

am: d661a63e

Change-Id: I5ffcbd23704f3178def3bbdf3fb0aafdff1b2887
parents ba4216a1 d661a63e
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, "");