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

Commit f22e98e7 authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Workaround task-resolution bug in AM" into pi-dev

am: bb5a46fa

Change-Id: Ie3def1978876a5429dc6888de69c2b7c51ed0faa
parents 71a0e324 bb5a46fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -232,10 +232,10 @@ abstract public class NotificationSettingsBase extends DashboardFragment {
                }
                continue;
            }
            // TODO(78660939): This should actually start a new task
            mAppRow.settingsIntent = intent
                    .setPackage(null)
                    .setClassName(activityInfo.packageName, activityInfo.name)
                    .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                    .setClassName(activityInfo.packageName, activityInfo.name);
            if (mChannel != null) {
                mAppRow.settingsIntent.putExtra(Notification.EXTRA_CHANNEL_ID, mChannel.getId());
            }