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

Commit 307bb065 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Only recreate ConversationListFragment if it doesn't exist

parent 4d58b162
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -115,7 +115,6 @@ public class MainActivity extends QKActivity implements SlidingMenu.SlidingMenuL
        if (mConversationList == null) {
            mConversationList = new ConversationListFragment();
        }
        mConversationList = new ConversationListFragment();
        FragmentTransaction menuTransaction = fm.beginTransaction();
        menuTransaction.replace(R.id.menu_frame, mConversationList);
        menuTransaction.commit();