Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c31aa68 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove reference to preference_category_material_settings"

parents 9d08b92a b8195322
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class BaseTimeZoneAdapter<T extends BaseTimeZoneAdapter.AdapterItem>
        LayoutInflater inflater = LayoutInflater.from(parent.getContext());
        switch(viewType) {
            case TYPE_HEADER: {
                final View view = inflater.inflate(R.layout.preference_category_material_settings,
                final View view = inflater.inflate(R.layout.preference_category_material,
                        parent, false);
                return new HeaderViewHolder(view);
            }