Skip to content

Commit

Permalink
Merge pull request #337 from bitmold/moat_reset_ui_fix
Browse files Browse the repository at this point in the history
When a new CAPTCHA is requested, immediately clear the old solution
  • Loading branch information
n8fr8 committed May 30, 2020
2 parents ad6ba4a + 85c8331 commit 952bee9
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -184,13 +184,12 @@ public void onClick(View view) {
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case R.id.menu_refresh:
mEtSolution.setText("");
fetchCaptcha();

return true;

case android.R.id.home:
finish();

return true;
}

Expand Down

0 comments on commit 952bee9

Please sign in to comment.