SunnyApp / flutter_contact

A flutter plugin for retrieving, creating, saving, and watching contacts on native devices
BSD 3-Clause "New" or "Revised" License
81 stars 62 forks source link

NullPointerException Attempt to invoke virtual method 'boolean android.graphics.Bitmap.compress( #10

Closed kw2019ltd closed 4 years ago

kw2019ltd commented 4 years ago

I/System.out( 4900): Unable to fetch contact image: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.graphics.Bitmap.compress(android.graphics.Bitmap$CompressFormat, int, java.io.OutputStream)' on a null object referenceIgnoring mime: vnd.android.cursor.item/nickname

ericmartineau commented 4 years ago

@kw2019ltd can you provide any more info on what was happening at the time?

ericmartineau commented 4 years ago

I believe I found the issue with this one