OSDN Git Service

Avoids systemui color tint flicker because no system ui flags set
authorMatthew Ng <ngmatthew@google.com>
Thu, 31 May 2018 20:30:27 +0000 (13:30 -0700)
committerMatthew Ng <ngmatthew@google.com>
Fri, 1 Jun 2018 18:11:14 +0000 (11:11 -0700)
commitdd3964986a238109fdf7464fd12cc8ea173566a2
treeaae68d9593fb6c878355c39e1ab3188ef628d8b7
parent23ea118788477967db60a0f6940d77ee263a0519
Avoids systemui color tint flicker because no system ui flags set

Systemui nav buttons set the insensity from launcher and -1 window but
fallback home does not. This causes services to pass the wrong flags to
system ui to apply the incorrect tint that would later be fixed by
launcher and sometimes lead to color flicker.

Fixes: 79776583
Test: use bright color wallpaper (nav dark icons) and reboot phone,
unlock with pin/pass/finger and view nav buttons

Change-Id: I86906cd1b5af5d078499a1392c260aa186b2eee8
src/com/android/settings/FallbackHome.java