OSDN Git Service

Don't crash during setup of secondary users
authorChristopher Tate <ctate@google.com>
Wed, 12 Sep 2012 21:27:43 +0000 (14:27 -0700)
committerChristopher Tate <ctate@google.com>
Wed, 12 Sep 2012 21:27:43 +0000 (14:27 -0700)
commitdf5a62e30be409d2b80c896fa333d155a9198522
treea438a5c68f0b97fd55ff8a5a1775169e2bf20d54
parentfc76a78c458ac90d7e050ffc233cf9e32a2d9c0b
Don't crash during setup of secondary users

Make sure to call super.onActivityCreated() even in the short-circuit
case where there's an early 'return'.  This has probably been broken
for a long time but was never exercised while bringing up a new-from-
scratch device, but is the usual code path now for secondary users.

Change-Id: I0c1a5116440908d65750133689507917307e1dcd
src/com/android/settings/wifi/WifiSettings.java