mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Remove cast
This commit is contained in:
parent
2890afea19
commit
7785797145
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ public class DrugListActivity extends AppCompatActivity {
|
|||
ok.setEnabled(false);
|
||||
ok.setBackground(getDrawable(R.drawable.rounded_btn_disabled));
|
||||
//TextView title = (TextView ) dialog.findViewById(R.id.title);
|
||||
final EditText editText=(EditText)dialog.findViewById(R.id.editcip13);
|
||||
final EditText editText= dialog.findViewById(R.id.editcip13);
|
||||
String cip13 = String.valueOf(editText.getText());
|
||||
|
||||
// TODO change the color of ok button when the number of character is correct.
|
||||
|
|
Loading…
Reference in a new issue