SystemUI: Fix method for disabling unlock ripple animation

NotificationShadeWindowController's are not gracefully closed, which
leads to top parts of the screen is being obscured by invisible shade window.
And also, "ripple" is actually still exists due to lightRevealScrim are
being started by onKeyguardFadingAwayChanged, which is not what user expect
when they want to disable the effect.

So in order to handle those cases, lets intercept it from the
AuthRippleController instead.

[palaych] With system settings we need to pass UserHandle.USER_CURRENT to make sure we are getting proper value.

Change-Id: I85ab96368c8b0099700f3de18ba95ce63eaac443
Signed-off-by: SuperDroidBond <superdroidbond@yahoo.com>
1 file changed