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

Commit 87dbccdb authored by cketti's avatar cketti
Browse files

Convert `MessageViewFragment` to Kotlin

parent 48847e17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,9 +40,9 @@ public class AttachmentController {
    private final AttachmentViewInfo attachment;


    AttachmentController(MessagingController controller, MessageViewFragment messageViewFragment,
    AttachmentController(Context context, MessagingController controller, MessageViewFragment messageViewFragment,
            AttachmentViewInfo attachment) {
        this.context = messageViewFragment.getApplicationContext();
        this.context = context;
        this.controller = controller;
        this.messageViewFragment = messageViewFragment;
        this.attachment = attachment;
+574 −659

File changed.

Preview size limit exceeded, changes collapsed.