OSDN Git Service

Fix crash when launching zen mode settings.
authorJohn Spurlock <jspurlock@google.com>
Sat, 24 May 2014 18:40:05 +0000 (14:40 -0400)
committerJohn Spurlock <jspurlock@google.com>
Sat, 24 May 2014 18:40:05 +0000 (14:40 -0400)
commit85ba0ee6ec978b760720f1ece3e8e64e0340d260
tree1cfda47eba30ce82c178ce8425862d6d29b38b3f
parent7ca0cd415c4d5069e4981a6d5e41e8aa9a43f23e
Fix crash when launching zen mode settings.

The switch bar is only accessible in onActivityCreated.  Defer
initialization until then.

Bug:15214851
Change-Id: Ie026d46250dae397ba0af02e833bb178631fe708
src/com/android/settings/notification/ZenModeSettings.java