Skip to content

Commit

Permalink
Remove stray char
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Oct 27, 2015
1 parent d5768dc commit 7719bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/termux/api/DialogActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected void onResume() {
}

String inputType = getIntent().getStringExtra("input_type");
if ("password".equals(inputType)) {A
if ("password".equals(inputType)) {
textInput.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
}

Expand Down

0 comments on commit 7719bd7

Please sign in to comment.