1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-26 20:04:42 +01:00

Remove stray char

This commit is contained in:
Fredrik Fornwall 2015-10-27 01:45:33 +01:00
parent d5768dc4e5
commit 7719bd7c59

View File

@ -41,7 +41,7 @@ public class DialogActivity extends Activity {
}
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);
}