mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Added image keyboard support
This commit is contained in:
@@ -160,7 +160,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
private ImageView ivCcBcc;
|
||||
private RecyclerView rvAttachment;
|
||||
private TextView tvNoInternetAttachments;
|
||||
private EditText etBody;
|
||||
private EditTextCompose etBody;
|
||||
private TextView tvNoInternet;
|
||||
private TextView tvSignature;
|
||||
private TextView tvReference;
|
||||
@@ -306,6 +306,13 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
etBody.setCustomSelectionActionModeCallback(actionCallback);
|
||||
|
||||
etBody.setInputContentListener(new EditTextCompose.IInputContentListener() {
|
||||
@Override
|
||||
public void onInputContent(Uri uri) {
|
||||
handleAddAttachment(uri, true);
|
||||
}
|
||||
});
|
||||
|
||||
ibReferenceEdit.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
|
||||
Reference in New Issue
Block a user