mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Fixed header elevation shadow on rotate
Change-Id: I1a4b55cf9af67d93e56d84378036c0061b6e8104
This commit is contained in:
@@ -273,7 +273,7 @@ public abstract class BaseRecyclerView extends RecyclerView
|
||||
*
|
||||
* @return the scroll top of this recycler view.
|
||||
*/
|
||||
protected abstract int getCurrentScrollY();
|
||||
public abstract int getCurrentScrollY();
|
||||
|
||||
/**
|
||||
* Maps the touch (from 0..1) to the adapter position that should be visible.
|
||||
|
||||
Reference in New Issue
Block a user