From 61a08f0da6dcc5d274c216e87f874884ba03d2ea Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 31 三月 2017 17:50:07 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/dialog/CountrySelectionDialog.java | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/dialog/CountrySelectionDialog.java b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/dialog/CountrySelectionDialog.java index 19fd0ce..cd20013 100644 --- a/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/dialog/CountrySelectionDialog.java +++ b/VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/dialog/CountrySelectionDialog.java @@ -15,7 +15,6 @@ import cn.com.basic.face.adapter.MyWheelAdapter; import cn.com.basic.face.util.OkButtonClickedListener; -import cn.com.basic.face.util.CountryPresenter; import com.wx.wheelview.widget.WheelView; @@ -35,12 +34,10 @@ private HashMap<String, List<String>> countryData; private List<String> countryWordList; private List<String> countryList; - private CountryPresenter countryPresenter; public CountrySelectionDialog(Context context, String[] countryWordData, List<String> countryWordList, HashMap<String, List<String>> countryData) { this.mContext = context; - countryPresenter = new CountryPresenter(context); view = LayoutInflater.from(context).inflate(R.layout.dialog_country, null); mWheelViewTitle = (WheelView) view.findViewById(R.id.pop_country_title); mWheelViewTitle.setOnWheelItemSelectedListener(this); -- Gitblit v1.8.0