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

Commit 053d3ddd authored by Sander Alewijnse's avatar Sander Alewijnse
Browse files

Do not show toast when forwarding from resolver activity to itself.

Bug:19540802
Change-Id: I99409aab42bdbf187c07a345ca5c404e88a4c918
parent edacf22c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -342,6 +342,9 @@ public class ResolverActivity extends Activity implements AdapterView.OnItemClic
                        return;
                    }

                    // Do not show the profile switch message anymore.
                    mProfileSwitchMessageId = -1;

                    final Intent intent = intentForDisplayResolveInfo(dri);
                    onIntentSelected(dri.ri, intent, false);
                    finish();