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

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

Merge "Fix missing title in broadcast" am: cdd531c9 am: 27cfc7b3

am: bb6133d5

Change-Id: Ia354c5efa1f85df352691dc70cbf7e3df24c99bb
parents dc2e1d7c bb6133d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1917,7 +1917,7 @@ static void SendBugreportFinishedBroadcast() {
            am_args.push_back("android.intent.extra.SCREENSHOT");
            am_args.push_back(ds.screenshot_path_);
        }
        if (ds.options_->notification_title.empty()) {
        if (!ds.options_->notification_title.empty()) {
            am_args.push_back("--es");
            am_args.push_back("android.intent.extra.TITLE");
            am_args.push_back(ds.options_->notification_title);