Change Dream to use PrimaryBouncer.
showBouncer caused a black screen due to showing the side FPS bouncer. Bug: 269487760 Test: Manually tested to see bouncer on swipe up from Dream. Change-Id: Iada1801b6314ced5843405f5031be9b4593d8a75
This commit is contained in:
@@ -34,7 +34,7 @@ public class BouncerScrimController implements ScrimController {
|
||||
|
||||
@Override
|
||||
public void show() {
|
||||
mStatusBarKeyguardViewManager.showBouncer(false);
|
||||
mStatusBarKeyguardViewManager.showPrimaryBouncer(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user