mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Use text watcher for answer/signature editor
This commit is contained in:
@@ -104,6 +104,8 @@ public class ActivitySignature extends ActivityBase {
|
||||
}
|
||||
});
|
||||
|
||||
etText.addTextChangedListener(StyleHelper.getTextWatcher(etText));
|
||||
|
||||
etText.addTextChangedListener(new TextWatcher() {
|
||||
@Override
|
||||
public void beforeTextChanged(CharSequence s, int start, int count, int after) {
|
||||
@@ -124,6 +126,8 @@ public class ActivitySignature extends ActivityBase {
|
||||
}
|
||||
});
|
||||
|
||||
StyleHelper.wire(this, view, etText);
|
||||
|
||||
ibFull.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
@@ -139,8 +143,6 @@ public class ActivitySignature extends ActivityBase {
|
||||
}
|
||||
});
|
||||
|
||||
StyleHelper.wire(this, view, etText);
|
||||
|
||||
bottom_navigation.setOnNavigationItemSelectedListener(new BottomNavigationView.OnNavigationItemSelectedListener() {
|
||||
@Override
|
||||
public boolean onNavigationItemSelected(@NonNull MenuItem item) {
|
||||
|
||||
Reference in New Issue
Block a user