Skip to content
Commit bb89d036 authored by Evan Rosky's avatar Evan Rosky
Browse files

Move keyguard shell transition init to onCreate

Some state isn't available in the Constructor and generally we're
not supposed to be doing much work in constructor anyways vs
onCreate.

The problem here is the base context isn't initialized at
KeyguardService construction time, so we can't get sysui's
application thread.

Bug: 183993977
Test: device doesn't crash on boot with shell-transit enabled.
Change-Id: I4c0d99a913080c767c913168f226f4c688ef8250
parent 02a3f679
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment