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

Commit 4a2e5360 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Load initial mOpened state manually

parent fbe9f6cd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -214,6 +214,8 @@ public class MessageListFragment extends QKContentFragment implements ActivityLa
        View view = inflater.inflate(R.layout.fragment_conversation, container, false);
        mRecyclerView = (MessageListRecyclerView) view.findViewById(R.id.conversation);

        mOpened = !((MainActivity) mContext).getSlidingMenu().isMenuShowing();

        mAdapter = new MessageListAdapter(mContext);
        mAdapter.setItemClickListener(this);
        mAdapter.setMultiSelectListener(this);