2 Revīzijas 1cefaae0af ... 9e0dee6aff

Autors SHA1 Ziņojums Datums
  Your Name 9e0dee6aff 提交 6 gadi atpakaļ
  Your Name b6536f2377 提交 6 gadi atpakaļ

+ 3 - 2
app/src/main/java/com/kuxuan/moneynote/ui/activitys/UpdatePassword/UpdateActivity.java

214
             R.id.activity_register_three_againpwd_delete_img,
214
             R.id.activity_register_three_againpwd_delete_img,
215
             R.id.activity_register_three_againpwd_lookimg,
215
             R.id.activity_register_three_againpwd_lookimg,
216
             R.id.activity_register_three_complete_btn,
216
             R.id.activity_register_three_complete_btn,
217
-            R.id.activity_update_new_password_lookimg})
217
+            R.id.activity_update_new_password_lookimg,
218
+            R.id.activity_update_three_new_password_delete_img})
218
     public void onViewClicked(View view) {
219
     public void onViewClicked(View view) {
219
         switch (view.getId()) {
220
         switch (view.getId()) {
220
             case R.id.activity_register_three_pwd_lookimg:
221
             case R.id.activity_register_three_pwd_lookimg:
302
             ToastUtil.show(this, getResources().getString(R.string.no_pwd));
303
             ToastUtil.show(this, getResources().getString(R.string.no_pwd));
303
             return;
304
             return;
304
         }
305
         }
305
-        if (mNewPwd.length() < 6) {
306
+        if (pwd.length() < 6) {
306
             ToastUtil.show(this, getResources().getString(R.string.register_three_pwd_error1));
307
             ToastUtil.show(this, getResources().getString(R.string.register_three_pwd_error1));
307
             return;
308
             return;
308
         }
309
         }

BIN
app/src/main/res/drawable-xxhdpi/toolbar_navigation_icon_normal.png