commit | de12c1bf49efb6ac9b7127933eebb08956488ace | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Mon Sep 29 16:17:52 2014 +0900 |
committer | Yohei Yukawa <yukawa@google.com> | Mon Sep 29 17:03:29 2014 +0900 |
tree | 786f175a7f5c0938663e6c17d7861778a647a92e | |
parent | be4e0d0e3921af3d575f745cb356704974362baf [diff] |
Fix NPE due to the lack of null-check The case that was not coverted well is that CursorAnchorInfoCompatWrapper could be instantiated with null object. In such situations, we should do nothing. BUG: 17682582 Change-Id: I6625a2f0ed8c5580ed9edfe4728f342da77a8e40