mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
Fake disabled send chip
This commit is contained in:
parent
84493e1d47
commit
964e908861
1 changed files with 6 additions and 0 deletions
|
@ -138,6 +138,12 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
|
|||
post(update);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setEnabled(boolean enabled) {
|
||||
super.setEnabled(enabled);
|
||||
setAlpha(enabled ? 1.0f : Helper.LOW_LIGHT);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onPreDraw() {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue