2 Commity 1cefaae0af ... 9e0dee6aff

Autor SHA1 Wiadomość Data
  Your Name 9e0dee6aff 提交 6 lat temu
  Your Name b6536f2377 提交 6 lat temu

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

@@ -214,7 +214,8 @@ public class UpdateActivity extends BaseActivity {
214 214
             R.id.activity_register_three_againpwd_delete_img,
215 215
             R.id.activity_register_three_againpwd_lookimg,
216 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 219
     public void onViewClicked(View view) {
219 220
         switch (view.getId()) {
220 221
             case R.id.activity_register_three_pwd_lookimg:
@@ -302,7 +303,7 @@ public class UpdateActivity extends BaseActivity {
302 303
             ToastUtil.show(this, getResources().getString(R.string.no_pwd));
303 304
             return;
304 305
         }
305
-        if (mNewPwd.length() < 6) {
306
+        if (pwd.length() < 6) {
306 307
             ToastUtil.show(this, getResources().getString(R.string.register_three_pwd_error1));
307 308
             return;
308 309
         }

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