Loading src/com/android/launcher3/allapps/FloatingHeaderView.java +1 −1 Original line number Diff line number Diff line Loading @@ -225,10 +225,10 @@ public class FloatingHeaderView extends LinearLayout implements for (FloatingHeaderRow row : mAllRows) { row.setup(this, mAllRows, tabsHidden); } updateExpectedHeight(); mTabsHidden = tabsHidden; maybeSetTabVisibility(VISIBLE); updateExpectedHeight(); mMainRV = mainRV; mWorkRV = workRV; mSearchRV = searchRV; Loading Loading
src/com/android/launcher3/allapps/FloatingHeaderView.java +1 −1 Original line number Diff line number Diff line Loading @@ -225,10 +225,10 @@ public class FloatingHeaderView extends LinearLayout implements for (FloatingHeaderRow row : mAllRows) { row.setup(this, mAllRows, tabsHidden); } updateExpectedHeight(); mTabsHidden = tabsHidden; maybeSetTabVisibility(VISIBLE); updateExpectedHeight(); mMainRV = mainRV; mWorkRV = workRV; mSearchRV = searchRV; Loading