commit | df71544bda1bce474389328ce24ce46bb4d96d1d | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Tue Jun 09 12:12:44 2015 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Tue Jun 09 12:12:44 2015 +0100 |
tree | eef78a853b99e1bef6094d3bfa632d5ce767b3bb | |
parent | cc102ca5898dc93ca502aac587524ff6789b9445 [diff] |
Ensure AppCompat can load it's theme before Activity.onCreate() There are situations where the content view can be set in Activity.onCreate(), which is before AppCompat has had a chance to load it's window features from the theme. This leads to a AppCompat not knowing what decor to install, and throwing an exception. BUG: 21475077 Change-Id: I0e39398cb011965260fffdf08b660d937478e249