commit | 126e53dd336006ab5593b0e84b7b0d186f3dd3eb | [log] [tgz] |
---|---|---|
author | Tony Huang <tonyychuang@google.com> | Thu Oct 03 18:18:11 2019 +0800 |
committer | Tony Huang <tonyychuang@google.com> | Thu Oct 03 18:29:08 2019 +0800 |
tree | d344f0ef538f4af4c9bfcca6bc03f7de5c6d4c4b | |
parent | 7b2163474107ff2d5e12960cf847db8d8cd92b94 [diff] |
Fix NPE when record histoy It seems occured while search view is still not injected, so we can prevent this by return when no any search string. Check search view null or not to ensure do not cause any NPE. Fix: 140251324 Test: atest DocumentUIGoogleTests Change-Id: Ib62e8a25e66302a785f638a463049d36f9e25a36