xuxiuxi
2017-03-29 b64f3bdcc238ec6c68d29d16c414104e2290bfff
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/CountrySelectionPopup.java
@@ -41,7 +41,7 @@
        this.mContext = context;
        countryPresenter = new CountryPresenter(context);
        view = LayoutInflater.from(context).inflate(R.layout.pop_country, null);
        view = LayoutInflater.from(context).inflate(R.layout.dialog_country, null);
        mWheelViewTitle = (WheelView) view.findViewById(R.id.pop_country_title);
        mWheelViewTitle.setOnWheelItemSelectedListener(this);
        mWheelViewName = (WheelView) view.findViewById(R.id.pop_country_name);