Skip to content

Commit dfc0d0d

Browse files
committed
removed unnecessary line - fix in previous commit
1 parent 1795053 commit dfc0d0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/com/manuelpeinado/fadingactionbar/FadingActionBarHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ private void addParallaxEffect(int scrollPosition) {
302302
int listViewBkgTop = mListViewBackgroundView.getTop();
303303
mListViewBackgroundView.offsetTopAndBottom(offset == 0 && mListViewBackgroundTop != 0 && listViewBkgTop == 0 ? mListViewBackgroundTop : offset);
304304
mListViewBackgroundTop = mListViewBackgroundView.getTop();
305-
mListViewBackgroundView.offsetTopAndBottom(offset);
306305
}
307306

308307
if (mFirstGlobalLayoutPerformed) {

0 commit comments

Comments
 (0)