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

Commit 3916c8f0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removed temporary workaround for multi-window assist crash."

parents 4e55f8a4 e01d95e5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -254,8 +254,7 @@ final class VoiceInteractionSessionConnection implements ServiceConnection {
                        && structureEnabled) {
                    mAssistData.clear();
                    final int count = activityToken != null ? 1 : topActivities.size();
                    // Temp workaround for bug: 28348867  Revert after DP3
                    for (int i = 0; i < count && i < 1; i++) {
                    for (int i = 0; i < count; i++) {
                        IBinder topActivity = count == 1 ? activityToken : topActivities.get(i);
                        try {
                            MetricsLogger.count(mContext, "assist_with_context", 1);