mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-30 15:29:51 +00:00
fix3
This commit is contained in:
parent
9b367f73ca
commit
e1bda50165
9 changed files with 153 additions and 100 deletions
|
|
@ -432,7 +432,7 @@ public class CustomRomActivity extends AppCompatActivity {
|
|||
|
||||
@Override
|
||||
public void afterTextChanged(Editable s) {
|
||||
if (isFilled(title) && isFilled(icon) && isFilled(drive))
|
||||
if (isFilled(title))
|
||||
addRomBtn.setEnabled(true);
|
||||
else
|
||||
addRomBtn.setEnabled(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue