Merge "Apply the correct style to Battery and Storage page" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-19 08:02:14 +00:00
committed by Android (Google) Code Review
3 changed files with 3 additions and 4 deletions

View File

@@ -105,8 +105,7 @@ public class BatteryHeaderPreferenceController extends BasePreferenceController
@Override
public void onStart() {
EntityHeaderController.newInstance(mActivity, mHost, null /* header view */)
.setRecyclerView(mHost.getListView(), mLifecycle)
.styleActionBar(mActivity);
.setRecyclerView(mHost.getListView(), mLifecycle);
}
private CharSequence generateLabel(BatteryInfo info) {