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

Commit 832dc19a authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android (Google) Code Review
Browse files

Merge "Check for cursor closed." into ics-mr0

parents 142c471d 5bb0be1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ public class ContactTileAdapter extends BaseAdapter {

    @Override
    public int getCount() {
        if (mContactCursor == null) {
        if (mContactCursor == null || mContactCursor.isClosed()) {
            return 0;
        }