Loading src/com/android/settings/widget/EntityHeaderController.java +1 −1 Original line number Diff line number Diff line Loading @@ -322,7 +322,7 @@ public class EntityHeaderController { Utils.getColorAttrDefaultColor(activity, android.R.attr.colorPrimaryDark))); actionBar.setElevation(0); if (mRecyclerView != null && mLifecycle != null) { ActionBarShadowController.attachToRecyclerView(mActivity, mLifecycle, mRecyclerView); ActionBarShadowController.attachToView(mActivity, mLifecycle, mRecyclerView); } return this; Loading Loading
src/com/android/settings/widget/EntityHeaderController.java +1 −1 Original line number Diff line number Diff line Loading @@ -322,7 +322,7 @@ public class EntityHeaderController { Utils.getColorAttrDefaultColor(activity, android.R.attr.colorPrimaryDark))); actionBar.setElevation(0); if (mRecyclerView != null && mLifecycle != null) { ActionBarShadowController.attachToRecyclerView(mActivity, mLifecycle, mRecyclerView); ActionBarShadowController.attachToView(mActivity, mLifecycle, mRecyclerView); } return this; Loading