commit | 63f1ec00fbbd109130d1e476371dbc9a87bb544d | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Tue Aug 12 09:23:13 2014 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Wed Aug 13 21:39:48 2014 +0000 |
tree | 3ce4a58917723ada9e838629e5660fe0758b83e7 | |
parent | 0fc1be164e982433e619bcbb16aa67e28ff681ef [diff] [blame] |
Further refinement of all apps / widgets transition Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab
diff --git a/src/com/android/launcher3/PagedView.java b/src/com/android/launcher3/PagedView.java index 90a6b15..cd0d550 100644 --- a/src/com/android/launcher3/PagedView.java +++ b/src/com/android/launcher3/PagedView.java
@@ -1159,7 +1159,7 @@ } protected boolean shouldDrawChild(View child) { - return child.getAlpha() > 0 && child.getVisibility() == VISIBLE; + return child.getVisibility() == VISIBLE; } @Override