Merge "Made the taskbar touchable during animation to home." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
2eea74b623
@@ -185,7 +185,6 @@ public class TaskbarView extends FrameLayout implements FolderIcon.FolderIconPar
|
||||
resources.getDrawable(R.drawable.taskbar_overflow_icon));
|
||||
mTaskbarOverflowView.setPadding(mItemPadding, mItemPadding, mItemPadding, mItemPadding);
|
||||
}
|
||||
// TODO: Disable touch events on QSB otherwise it can crash.
|
||||
mQsb = LayoutInflater.from(context).inflate(R.layout.search_container_hotseat, this, false);
|
||||
|
||||
mMaxNumIcons = calculateMaxNumIcons();
|
||||
|
||||
Reference in New Issue
Block a user