quick actions theme change fix

This commit is contained in:
Chumva 2019-11-04 14:00:14 +02:00
parent bab9d58ac8
commit 3f015259f9

View file

@ -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