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

Commit 732dfd77 authored by Alexandru Chircu's avatar Alexandru Chircu Committed by Romain Hunault
Browse files

Added stub for setMapStyleOptions; don't set a member to null because it was...

Added stub for setMapStyleOptions; don't set a member to null because it was still used after onDestroy()
parent c34da53c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,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")

    }