Skip to content

Commit 3e072e9

Browse files
committed
Update image model url on the demo project
1 parent 2b05565 commit 3e072e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/kotlin/io/getstream/androiddeveloperroadmap/MainActivity.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class MainActivity : ComponentActivity() {
3939
setContent {
4040
AndroidDeveloperRoadmapTheme {
4141
Surface(
42-
modifier = Modifier.fillMaxSize(),
4342
color = MaterialTheme.colors.background
4443
) {
4544
Roadmap()
@@ -55,7 +54,7 @@ private fun Roadmap() {
5554
modifier = Modifier.height(3200.dp)
5655
) {
5756
GlideImage(
58-
imageModel = "https://user-images.githubusercontent.com/24237865/144011218-1d141580-0ef9-467d-854c-6f7786d7c823.png",
57+
imageModel = "https://user-images.githubusercontent.com/24237865/144350753-5a52e6e5-3517-476c-8e5c-adad919abe8e.png",
5958
modifier = Modifier.fillMaxSize(),
6059
previewPlaceholder = R.drawable.roadmap_preview,
6160
contentScale = ContentScale.Fit

0 commit comments

Comments
 (0)