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

Commit 24ac46b4 authored by Katherine Kuan's avatar Katherine Kuan Committed by Android (Google) Code Review
Browse files

Merge "Don't use saved list state if the app hasn't been killed" into ics-mr1

parents 2476f0cd a2244692
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -251,8 +251,7 @@ public abstract class ContactEntryListFragment<T extends ContactEntryListAdapter
        outState.putBoolean(KEY_DARK_THEME, mDarkTheme);

        if (mListView != null) {
            mListState = mListView.onSaveInstanceState();
            outState.putParcelable(KEY_LIST_STATE, mListState);
            outState.putParcelable(KEY_LIST_STATE, mListView.onSaveInstanceState());
        }
    }