Skip to content

Commit 7d4da0d

Browse files
alexey-romanovgithub-actions[bot]
authored andcommitted
fix
GitOrigin-RevId: 9c4f5bdfa74cc6a3d56db76228ac5ef54d0028a7
1 parent 70ae516 commit 7d4da0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maps-sdk/src/main/java/com/mapbox/maps/NativeMapImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ internal class NativeMapImpl(val map: Map) {
7676
map.render()
7777
}
7878

79-
fun getVulkanManager(): IVulkanManager {
79+
fun getVulkanManager(): IVulkanManager? {
8080
return map.createVulkanManager()
8181
}
8282

0 commit comments

Comments
 (0)