Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Feb 23, 2024
1 parent 733d7f8 commit f39f1bd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package org.michaelbel.movies.search.ui

import androidx.compose.animation.core.animateDpAsState
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
Expand Down Expand Up @@ -213,6 +214,7 @@ private fun SearchScreenContent(
onSaveMovieToHistory(movieId)
onNavigateToDetails(movieList, movieId)
},
contentPadding = PaddingValues(bottom = innerPadding.calculateBottomPadding()),
modifier = Modifier.windowInsetsPadding(displayCutoutWindowInsets)
)
}
Expand Down

0 comments on commit f39f1bd

Please sign in to comment.