mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 07:23:03 +00:00
Reformatting
This commit is contained in:
parent
9b87b3b0c7
commit
d359ed2231
1 changed files with 1 additions and 1 deletions
|
@ -5087,7 +5087,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
}
|
||||
|
||||
private void onSaveAttachments(TupleMessageEx message) {
|
||||
((FragmentBase)parentFragment).onStoreAttachments(message.id);
|
||||
((FragmentBase) parentFragment).onStoreAttachments(message.id);
|
||||
}
|
||||
|
||||
private void onActionCopyNote(TupleMessageEx message) {
|
||||
|
|
Loading…
Reference in a new issue