Skip to content

Commit

Permalink
FIXME Draw edge-to-edge with Compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Jun 15, 2023
1 parent 8c019d5 commit 7815cee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import com.battlelancer.seriesguide.R
import com.battlelancer.seriesguide.util.PackageTools
import com.battlelancer.seriesguide.util.ThemeUtils
import com.battlelancer.seriesguide.util.WebTools
import com.google.accompanist.themeadapter.material3.Mdc3Theme

Expand All @@ -39,7 +40,7 @@ class AboutActivity : ComponentActivity() {

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

ThemeUtils.configureEdgeToEdge(window)
// FIXME How to do this?
// ThemeUtils.configureForEdgeToEdge(findViewById(R.id.rootLayoutAbout))

Expand Down

0 comments on commit 7815cee

Please sign in to comment.