79445589

Date: 2025-02-17 13:53:00
Score: 0.5
Natty:
Report link

Sorry, my fault When I defined the object in my view, I defined it as

EditText passwordEditText = findViewById(R.id.txt_password);

This causes confusion, and when I defined it as

passwordEditText = findViewById(R.id.txt_password);

it was fixed. However, it may still shed light on programmers who make such stupid mistakes. :)

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: blackmamba