Don't show hover tooltip while an app popup is open
Flag: EXEMPT bugfix Test: TaskbarHoverToolTipControllerTest Fixes: 397243128 Change-Id: I1b67d065e9e79e13a5a341a5d133da700ef5f40c
This commit is contained in:
@@ -83,7 +83,7 @@ public class TaskbarPopupController implements TaskbarControllers.LoggableTaskba
|
||||
// Initialized in init.
|
||||
private TaskbarControllers mControllers;
|
||||
private boolean mAllowInitialSplitSelection;
|
||||
private AppInfo[] mAppInfosList;
|
||||
private AppInfo[] mAppInfosList = AppInfo.EMPTY_ARRAY;
|
||||
// Saves the ItemInfos in the hotseat without the predicted items.
|
||||
private SparseArray<ItemInfo> mHotseatInfosList;
|
||||
private ManageWindowsTaskbarShortcut<BaseTaskbarContext> mManageWindowsTaskbarShortcut;
|
||||
|
||||
Reference in New Issue
Block a user