Remove cast

This commit is contained in:
jacques 2023-09-19 08:00:14 +02:00
parent 820a89fa80
commit 1cc8ac5de8

View file

@ -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.