Skip to content

Commit

Permalink
code
Browse files Browse the repository at this point in the history
  • Loading branch information
wangweiqi23 committed May 22, 2018
1 parent 743424c commit e7ad90c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.wwq.eleme.view.adapter;

import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
Expand All @@ -13,7 +12,6 @@
import com.wwq.eleme.R;
import com.wwq.eleme.mode.Goods;
import com.wwq.eleme.util.ImageUtil;
import com.wwq.eleme.view.activity.PageActivity;

import java.util.ArrayList;
import java.util.List;
Expand Down Expand Up @@ -53,7 +51,7 @@ public void onBindViewHolder(GoodsAdapter.GoodsHolder holder, int position) {
holder.itemView.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
mContext.startActivity(new Intent(mContext, PageActivity.class));
// mContext.startActivity(new Intent(mContext, PageActivity.class));
}
});
}
Expand Down

0 comments on commit e7ad90c

Please sign in to comment.