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

Unverified Commit 52f9b9dd authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #6174 from thundernest/convert_message_view_to_kotlin

Convert `MessageViewFragment` to Kotlin
parents 8c6b37cb 87dbccdb
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;
+0 −893

File deleted.

Preview size limit exceeded, changes collapsed.

+808 −0

File added.

Preview size limit exceeded, changes collapsed.