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

Commit cf691ad2 authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android Git Automerger
Browse files

am 832dc19a: Merge "Check for cursor closed." into ics-mr0

* commit '832dc19a':
  Check for cursor closed.
parents 8779e775 832dc19a
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;
        }