SystemUI: fix transparent navigation bar keys in secondary display
Huge thanks to luka177 for investigation What happens here is simple: mContext has Theme.SystemUI set, for secondary displays, it uses createDisplayContext() which unsets Theme because it's not a UI context. If we manually set theme again, resources start resolving again and navigation bar keys are no longer transparent. Dhina17: Ported to 14 QPR2 Change-Id: Ib8c9212ac0facda8e0f4eeac2d4f839748178cc9
Please register or sign in to comment