Initiate taskbar only after the user is unlocked
Bug: 188755902 Test: Presubmit Change-Id: Ida4bc07f45396e82ab404a617aa6833afeea78bc
This commit is contained in:
@@ -325,6 +325,7 @@ public class TouchInteractionService extends Service implements PluginListener<O
|
||||
mDeviceState.addNavigationModeChangedCallback(this::onNavigationModeChanged);
|
||||
mDeviceState.addOneHandedModeChangedCallback(this::onOneHandedModeOverlayChanged);
|
||||
mDeviceState.runOnUserUnlocked(this::onUserUnlocked);
|
||||
mDeviceState.runOnUserUnlocked(mTaskbarManager::onUserUnlocked);
|
||||
ProtoTracer.INSTANCE.get(this).add(this);
|
||||
sConnected = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user