Fixed header elevation shadow on rotate
Change-Id: I1a4b55cf9af67d93e56d84378036c0061b6e8104
This commit is contained in:
@@ -375,7 +375,7 @@ public class AllAppsRecyclerView extends BaseRecyclerView
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getCurrentScrollY() {
|
||||
public int getCurrentScrollY() {
|
||||
// Return early if there are no items or we haven't been measured
|
||||
List<AlphabeticalAppsList.AdapterItem> items = mApps.getAdapterItems();
|
||||
if (items.isEmpty() || mNumAppsPerRow == 0 || getChildCount() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user