Allow null bitmap. Fixes #1128.

This commit is contained in:
Alexandru Chircu 2020-08-05 08:10:59 +00:00 committed by Marvin W
parent c2f95bbfdd
commit 0e7ae1d767
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ class GoogleMapImpl(private val context: Context, var options: GoogleMapOptions)
}
override fun snapshot(callback: ISnapshotReadyCallback, bitmap: IObjectWrapper) {
override fun snapshot(callback: ISnapshotReadyCallback, bitmap: IObjectWrapper?) {
Log.d(TAG, "unimplemented Method: snapshot")
}