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

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

Merge "Fix notification description" am: 0b14b273 am: d661a63e

am: e7189f4b

Change-Id: Iae59b0a5ba5840a3f96ab0b446508cd0ae9cc199
parents a69abc99 e7189f4b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1977,7 +1977,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, "");