[Android]Check that ContextualSearchManager is not null before use
In order to disable the keyboard accessory within the contextual search panel,the ManualFillingMediator calls isSearchPanelOpened() on the ContextualSearchManager that it gets from the acivity. Since the contextual search manager can be null, a check is required prior to calling that method. Bug: 887833 Change-Id: I85203cbb233a2ae7eec8a008ebd63c40bbd1a170 Reviewed-on: https://chromium-review.googlesource.com/1238473Reviewed-by:Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#593616}
Showing
Please register or sign in to comment