Stubbed out attachment saving

This commit is contained in:
str4d
2015-01-01 11:48:45 +00:00
parent 9626e5e384
commit 37601393cb
8 changed files with 40 additions and 4 deletions

View File

@@ -449,7 +449,7 @@ public class NewEmailFragment extends Fragment {
v.setTag(attachment);
((TextView) v.findViewById(R.id.filename)).setText(attachment.getFileName());
((TextView) v.findViewById(R.id.size)).setText(attachment.getHumanReadableSize());
v.findViewById(R.id.remove_attachment).setOnClickListener(new View.OnClickListener() {
v.findViewById(R.id.attachment_action).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
attachment.clean();