mirror of
https://github.com/danog/termux-api.git
synced 2024-11-27 04:14:47 +01:00
Remove stray char
This commit is contained in:
parent
d5768dc4e5
commit
7719bd7c59
@ -41,7 +41,7 @@ public class DialogActivity extends Activity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String inputType = getIntent().getStringExtra("input_type");
|
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);
|
textInput.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_PASSWORD);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user