commit | 3c9e7cd12f28c7e79a4b2af442c32f2b519122f1 | [log] [tgz] |
---|---|---|
author | Yorke Lee <yorkelee@google.com> | Wed Apr 16 11:37:21 2014 -0700 |
committer | Yorke Lee <yorkelee@google.com> | Wed Apr 16 11:37:21 2014 -0700 |
tree | e39cbf59ab0a1f97562125e13a9f366ba53d894e | |
parent | e00c9fe163d19ee380b922e3fcbe736216d78ccc [diff] |
Don't set search query immediately if searchview is null The SearchView is assigned only in onCreateOptionsMenu, which can happen after the dialpad query changes if the dialer is launched via a DIAL intent. Make sure we assign the query to the SearchView only after it is created. Bug: 14111006 Change-Id: Ife504362684d8b5e2d3064bf971fabbebb878149