commit | bc8d90d4848da14e680e136bead2527fbb4039ef | [log] [tgz] |
---|---|---|
author | Filip Gruszczynski <gruszczy@google.com> | Sun Nov 08 13:40:19 2015 -0800 |
committer | Filip Gruszczynski <gruszczy@google.com> | Mon Nov 09 08:47:48 2015 -0800 |
tree | a933634b10e2e7020911f5dcb09a788de9de3844 | |
parent | 86d6f7cd1adaffa0da130a596f91c1b3453e623b [diff] |
Always add PhoneWindow when creating DecorView. Because DecorView is now a static inner class, we need to remember to always add the PhoneWindow on which it depends. PhoneWindow.generateDecor will do that now to prevent further mistakes. Also remove PhoneWindow.setFeatureFromAttrs which is not used anywhere and seems to be an artifact from the past. Bug: 25086413 Change-Id: I0d8e5df717d7046e85ffc58f7ec4e94ce15a7d80