commit | 686a805ef99b0fe53574c7110331cd91650f9999 | [log] [tgz] |
---|---|---|
author | zobject <zbjection@gmail.com> | Fri Dec 14 21:11:08 2012 +0900 |
committer | zobject <zbjection@gmail.com> | Sat Dec 15 08:23:26 2012 +0900 |
tree | beb43d4aae4185f48cd473b1a724893ba6341b31 | |
parent | bf8de6a349e19b32a1577080a9d8bb7f92b2301f [diff] |
Fix NullpointException problem in onMenuItemSelected If both title and condensed title is null, item.getTitleCondensed() could be return null value in onMenuItemSelected. therefore need to check whether retun value is null or not. Change-Id: Ib08f52b949a794aa7bd6cc25414041e820f62969