Update Jetpack Compose and Accompanist

This commit is contained in:
MM20
2022-01-27 20:53:12 +01:00
parent 237a0f2087
commit 1370901f46
3 changed files with 6 additions and 7 deletions
@@ -8,10 +8,7 @@ import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.RadioButton
import androidx.compose.material3.Surface
import androidx.compose.material3.Text
import androidx.compose.material3.*
import androidx.compose.runtime.*
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
@@ -19,6 +16,7 @@ import androidx.compose.ui.graphics.vector.ImageVector
import androidx.compose.ui.unit.dp
import androidx.compose.ui.window.Dialog
@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun <T> ListPreference(
title: String,
@@ -66,6 +66,7 @@ fun CalendarWidgetSettingsScreen() {
}
}
@OptIn(ExperimentalMaterial3Api::class)
@Composable
fun ExcludedCalendarsPreference(
calendars: List<UserCalendar>,