OSDN Git Service

Fix DND status icon not showing
authorJason Monk <jmonk@google.com>
Thu, 2 Mar 2017 22:35:49 +0000 (17:35 -0500)
committerJason Monk <jmonk@google.com>
Thu, 2 Mar 2017 22:35:49 +0000 (17:35 -0500)
commit20c0eb4b0d5416167a4ede7b5840cae03e086839
treefa5258bdae7484f46df29f53cc987d35f6d6e5d1
parent00a5f2a65882f5b2814c9449e0ab75b6f2656315
Fix DND status icon not showing

PhoneStatusBarPolicy was holding a cached value for zen mode that
wasn't getting set on startup, remove the cached value and always
get it from ZenController to be safe.

Test: Turn on DND, Kill sysui
Change-Id: Ic02bb0ceb417d491c7a2e238964f98f26799314f
Fixes: 35808491
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java