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

Commit 9352b9fb authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25232 into eclair

* changes:
  Fix NPE when provider returns null cursor.
parents 610e3595 42fc2c6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -542,7 +542,7 @@ public class Contacts {
                }
                return new ByteArrayInputStream(data);
            } finally {
                cursor.close();
                if (cursor != null) cursor.close();
            }
        }