mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Fixed header elevation shadow on rotate
Change-Id: I1a4b55cf9af67d93e56d84378036c0061b6e8104
This commit is contained in:
@@ -129,7 +129,7 @@ public class WidgetsRecyclerView extends BaseRecyclerView {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getCurrentScrollY() {
|
||||
public int getCurrentScrollY() {
|
||||
// Skip early if widgets are not bound.
|
||||
if (isModelNotReady() || getChildCount() == 0) {
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user