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

Commit e6327ea3 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by Android Git Automerger
Browse files

am 9ff71d38: Merge change 7940 into donut

Merge commit '9ff71d38'

* commit '9ff71d38':
  whoops, still need to dismiss when launching an intent for in-app search
parents 73c6afc9 9ff71d38
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1246,6 +1246,10 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
        }
        Log.d(LOG_TAG, "launching " + intent);
        getContext().startActivity(intent);

        if (!mGlobalSearchMode) {
            dismiss();
        }
    }
    
    /**