mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Select text size
This commit is contained in:
@@ -268,7 +268,7 @@ public class ActivitySignature extends ActivityBase {
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
String link = etLink.getText().toString();
|
||||
etText.setSelection(start, end);
|
||||
StyleHelper.apply(R.id.menu_link, etText, link);
|
||||
StyleHelper.apply(R.id.menu_link, null, etText, link);
|
||||
}
|
||||
})
|
||||
.setNegativeButton(android.R.string.cancel, null)
|
||||
@@ -276,7 +276,7 @@ public class ActivitySignature extends ActivityBase {
|
||||
|
||||
return true;
|
||||
} else
|
||||
return StyleHelper.apply(action, etText);
|
||||
return StyleHelper.apply(action, findViewById(action), etText);
|
||||
}
|
||||
|
||||
private void onImageSelected(Uri uri) {
|
||||
|
||||
Reference in New Issue
Block a user