Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ced8746 authored by cketti's avatar cketti
Browse files

Remove old/unused code from click handler

parent 33d12e41
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -503,15 +503,8 @@ public class MessageViewFragment extends Fragment implements OnClickListener,

    @Override
    public void onClick(View view) {
        switch (view.getId()) {
            case R.id.download: {
                ((AttachmentView)view).saveFile();
                break;
            }
            case R.id.download_remainder: {
        if (view.getId() == R.id.download_remainder) {
            onDownloadRemainder();
                break;
            }
        }
    }