Skip to content

Commit

Permalink
Remove unneeded opt-in.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe committed Sep 9, 2024
1 parent a5d04ca commit f54dac2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package nerd.tuxmobil.fahrplan.congress.schedulestatistic

import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Row
Expand Down Expand Up @@ -110,7 +109,6 @@ private fun NoScheduleStatistic() {
}


@OptIn(ExperimentalFoundationApi::class)
@Composable
private fun ScheduleStatisticList(scheduleStatistic: List<ColumnStatistic>) {
LazyColumn(
Expand Down

0 comments on commit f54dac2

Please sign in to comment.