mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
Merge "Revert "Updating the scroll calculation from recyclerView to avoid view inflation"" into tm-qpr-dev
This commit is contained in:
@@ -68,7 +68,7 @@ public class FloatingHeaderView extends LinearLayout implements
|
||||
mAnimator.cancel();
|
||||
}
|
||||
|
||||
int current = -mCurrentRV.computeVerticalScrollOffset();
|
||||
int current = -mCurrentRV.getCurrentScrollY();
|
||||
boolean headerCollapsed = mHeaderCollapsed;
|
||||
moved(current);
|
||||
applyVerticalMove();
|
||||
|
||||
Reference in New Issue
Block a user