admin
2021-07-06 abce02c7a61820f5d580f87364d542e817be429c
app/src/main/java/com/tejia/lijin/app/ui/dialog/UserProtocolDialog.java
@@ -127,10 +127,6 @@
                    tv_positive.setText(positiveButtonText);
                tv_positive.setOnClickListener(new View.OnClickListener() {
                    public void onClick(View v) {
                        try {
                            ShoppingApi.userProtocolListener(context, UserUtil.getUid(context) , 1, null);
                        } catch (Exception e) {
                        }
                        positiveButtonClickListener.onClick(dialog,
                                DialogInterface.BUTTON_POSITIVE);
                    }
@@ -141,10 +137,6 @@
                    tv_negative.setText(negativeButtonText);
                tv_negative.setOnClickListener(new View.OnClickListener() {
                    public void onClick(View v) {
                        try {
                            ShoppingApi.userProtocolListener(context, UserUtil.getUid(context), 0, null);
                        } catch (Exception e) {
                        }
                        negativeButtonClickListener.onClick(dialog,
                                DialogInterface.BUTTON_NEGATIVE);