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

Commit 5bbd1d12 authored by Geremy Condra's avatar Geremy Condra
Browse files

Removed intent logging from SearchDialog.java

This fixes an issue in which URLs, including HTTPS URLs, were
being sent to logcat.

Change-Id: I85a0aab4d5d1c01cd21f99d88ce4ff343f836cd5
parent 629c6765
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -551,7 +551,6 @@ public class SearchDialog extends Dialog {
        try {
        try {
            // If the intent was created from a suggestion, it will always have an explicit
            // If the intent was created from a suggestion, it will always have an explicit
            // component here.
            // component here.
            Log.i(LOG_TAG, "Starting (as ourselves) " + intent.toUri(0));
            getContext().startActivity(intent);
            getContext().startActivity(intent);
            // If the search switches to a different activity,
            // If the search switches to a different activity,
            // SearchDialogWrapper#performActivityResuming
            // SearchDialogWrapper#performActivityResuming