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

Commit e01d95e5 authored by Felipe Leme's avatar Felipe Leme
Browse files

Removed temporary workaround for multi-window assist crash.

BUG: 28348867
Test: manual

Change-Id: I19b8e4cd06ee5f1a3b5818434da6fafbcb3a0550
parent e1a81fcc
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);