quick actions theme change fix
This commit is contained in:
parent
bab9d58ac8
commit
3f015259f9
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public class QuickActionListFragment extends BaseOsmAndFragment implements Quick
|
|||
|
||||
@Override
|
||||
public RecyclerView.ViewHolder onCreateViewHolder(ViewGroup parent, int viewType) {
|
||||
LayoutInflater inflater = UiUtilities.getInflater(parent.getContext(), isLightContent);
|
||||
LayoutInflater inflater = UiUtilities.getInflater(parent.getContext(), !isLightContent);
|
||||
if (viewType == SCREEN_ITEM_TYPE)
|
||||
return new QuickActionItemVH(inflater.inflate(R.layout.quick_action_list_item, parent, false));
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue