mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Adding message when there are no icons in a particular tab.
Change-Id: Icbf122d10d07fcacb8a4429431ea389826a3d173
This commit is contained in:
@@ -137,7 +137,7 @@ public class PagedViewIcon extends TextView implements Checkable {
|
||||
protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
||||
super.onLayout(changed, left, top, right, bottom);
|
||||
|
||||
if (mHolographicOutline == null) {
|
||||
if (mIconCache != null && mHolographicOutline == null) {
|
||||
// update the clipping rect to be used in the holographic pass below
|
||||
getDrawingRect(mDrawableClipRect);
|
||||
mDrawableClipRect.bottom = getPaddingTop() + getCompoundPaddingTop();
|
||||
|
||||
Reference in New Issue
Block a user