commit | 2f67950eba29340173eb70ae5b9b71d706d0fe5c | [log] [tgz] |
---|---|---|
author | Josh Gargus <jjosh@google.com> | Mon Apr 16 12:49:46 2012 -0700 |
committer | Josh Gargus <jjosh@google.com> | Mon Apr 16 13:14:51 2012 -0700 |
tree | 4e50f311e011ffbdb2211b84354985c662b3f92d | |
parent | a04dc9c9ed2812af8f4466c2a5225a37d38d250e [diff] |
Fix crash when entering ContactDetailFragment. Apparently due to framework changes, an unguarded division that had been working fine started to throw divide-by-zero errors (and then stopped again). Guard against this, as should have been done originally. Bug: 6339058 Change-Id: Ic7aed53e74d6c333c9f251c7aec336e03bd93d10