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

Commit 0ef05187 authored by Walter Jang's avatar Walter Jang
Browse files

Save group picker multi select state on rotates

Bug 18641067

Change-Id: I0ca2c505e23c9086c5efc0de4ae75b99a9718cec
parent 5af2a2e9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -188,6 +188,9 @@ public class ContactSelectionActivity extends AppCompatContactsActivity implemen
        super.onSaveInstanceState(outState);
        outState.putInt(KEY_ACTION_CODE, mActionCode);
        outState.putBoolean(KEY_SEARCH_MODE, mIsSearchMode);
        if (mActionBarAdapter != null) {
            mActionBarAdapter.onSaveInstanceState(outState);
        }
    }

    private void configureActivityTitle() {