commit | ee969aa850437c7c9b4e6e016b6ff43267c73d91 | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Thu Aug 26 20:17:43 2010 -0700 |
committer | Jim Miller <jaggies@google.com> | Thu Aug 26 20:17:43 2010 -0700 |
tree | e6e0b6fbb183986f363ca77d98c9595647f68a44 | |
parent | 5c769a47aeb399324cca7f5d449331a3bba85b52 [diff] |
Fix 2797185: Show 3D Recents on xlarge device This fixes a bug where some xlarge devices weren't showing 3D recent apps. The cause was that the config wasn't guaranteed to be loaded by the time we reach init() in PhoneWindowManager. The fix looks at the property on-demand, which can't happen until after the user sees the home screen, which guarantees the configuration is loaded. Change-Id: Ic41196f7a15218033b831e6e9cf9d536e0712844