commit | 4bce6280c64bf2b1d2269b960c272ad0fa9c76dc | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Mon Jan 06 10:29:23 2014 +0000 |
committer | Chris Banes <chrisbanes@google.com> | Mon Jan 06 11:25:54 2014 +0000 |
tree | 496d67805524f1080ba71e4286955e5a504c4970 | |
parent | be61afaa55a31971ebd76bbdc03586f240b51cbe [diff] |
Fix AndroidRuntimeException when rotating Honeycomb device The problem is caused by always calling requestFeature() on Honeycomb without checking if there is a content view added already. This CL fixes by moving the feature request to the Activity theme. https://code.google.com/p/android/issues/detail?id=60841 Change-Id: Ia4de53644ef8a02feaac80ec949f032f84129113