Skip to content

Commit a3b3b77

Browse files
natiginfogithub-actions[bot]
authored andcommitted
[maps-android] fix maps-android-ci-ok job (#11902)
GitOrigin-RevId: db31c94c3fec5c79c034a3b4f89e82bdf3acd133
1 parent 48c687f commit a3b3b77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compose-app/src/main/java/com/mapbox/maps/compose/testapp/examples/basic/LazyColumnMapActivity.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ import androidx.activity.compose.setContent
66
import androidx.compose.foundation.layout.height
77
import androidx.compose.foundation.layout.padding
88
import androidx.compose.foundation.lazy.LazyColumn
9-
import androidx.compose.foundation.lazy.items
109
import androidx.compose.ui.Modifier
1110
import androidx.compose.ui.unit.dp
1211
import com.mapbox.maps.compose.testapp.ExampleScaffold
1312
import com.mapbox.maps.compose.testapp.ui.theme.MapboxMapComposeTheme
1413
import com.mapbox.maps.extension.compose.MapboxMap
15-
import com.mapbox.maps.extension.compose.animation.viewport.rememberMapViewportState
1614

1715
/**
1816
* Example showcasing [MapboxMap] inside a [LazyColumn].

0 commit comments

Comments
 (0)