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

Commit 454e3c84 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 9352b9fb: Merge change 25232 into eclair

Merge commit '9352b9fb' into eclair-plus-aosp

* commit '9352b9fb':
  Fix NPE when provider returns null cursor.
parents 036033fc 9352b9fb
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();
            }
        }