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

Commit 0667a88b authored by Adnan's avatar Adnan Committed by Adnan Begovic
Browse files

Contacts: Don't reset cursor adapter in onPause.

  - Otherwise if user goes into multi-choice mode,
  selects multiple items, puts the device to sleep,
  and resumes -- they then don't see any items checkboxes
  marked correctly.

Change-Id: I0d9e1d8bee91892e392a12d55782dea018209fda
parent 1f2facbe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -406,7 +406,6 @@ public class MemberListActivity extends Activity implements AdapterView.OnItemCl
    protected void onPause() {
        super.onPause();
        mPaused = true;
        mAdapter.changeCursor(null);
    }

    public void onDestroy() {