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

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

Merge "Fix notification description"

am: 0b14b273

Change-Id: I7ca5e65fd9a9b2f02852f8dda811e0593c732e2c
parents ae209feb 0b14b273
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, "");