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

Commit 6fbf4e0b authored by Evan Millar's avatar Evan Millar
Browse files

Fix bug 2110011

Change-Id: Ib4aee767d11a8ae71d55815908e89c1097041f60
parent 14fecb6d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -318,6 +318,8 @@ public final class ContactsListActivity extends ListActivity implements

    private String mShortcutAction;

    private int mScrollState;

    /**
     * Internal query type when in mode {@link #MODE_QUERY_PICK_TO_VIEW}.
     */
@@ -636,6 +638,7 @@ public final class ContactsListActivity extends ListActivity implements
    protected void onResume() {
        super.onResume();

        mScrollState = OnScrollListener.SCROLL_STATE_IDLE;
        boolean runQuery = true;
        Activity parent = getParent();

@@ -1823,7 +1826,6 @@ public final class ContactsListActivity extends ListActivity implements
        private Cursor mSuggestionsCursor;
        private int mSuggestionsCursorCount;
        private ImageFetchHandler mHandler;
        private int mScrollState = OnScrollListener.SCROLL_STATE_IDLE;
        private static final int FETCH_IMAGE_MSG = 1;

        public ContactItemListAdapter(Context context) {