commit | b200a2a49a53bef09dbf0125f6b02f74b408b6b7 | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Sun Aug 14 08:50:00 2011 -0700 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Sun Aug 14 08:57:14 2011 -0700 |
tree | 876eb68f79488185898e7ca97141b1ab83e232ac | |
parent | 21759cebb306986d49f7db671acd078df51edea1 [diff] |
Fix possible NPE on showDialpadChooser() NPE happens when DialtactsActivity#onNewIntent() is called before DialpadFragment#onCreateView() is called (which may happen if it is not attached yet), and DialpadFragment#configureScreenFromIntent() is called before View objects point to something meaningful. onCreateView() calls configureScreenFromIntent(), so just ignore the too early request. Bug: 5157905 Change-Id: I90eb6ac788fbef4d37527ac224561fba67c058fd