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

Commit 67a6ea1c authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Fix conversation load point

parent e2d5ed03
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -193,14 +193,6 @@ public class MessageListFragment extends QKContentFragment implements ActivityLa
        mBackgroundQueryHandler = new BackgroundQueryHandler(mContext.getContentResolver());
    }

    @Override
    public void onAttach(Activity activity) {
        super.onAttach(activity);

        // Make sure to notify that this conversation has been opened. This will mark it as read, load new drafts, etc.
        onOpenConversation();
    }

    // This is called by BaseContentFragment when updateArguments is called.
    @Override
    public void onNewArguments() {
@@ -273,6 +265,7 @@ public class MessageListFragment extends QKContentFragment implements ActivityLa
        // perform initialization such as set up the Conversation object, make a query in the
        // adapter, etc.
        loadFromArguments();
        onOpenConversation();
    }

    @Override