minor code cleanup
This commit is contained in:
@@ -495,7 +495,7 @@ fun TimeTableSetupContent(activity: ComponentActivity, loadedLessons: List<Lesso
|
|||||||
lessons = lessons.drop(1)
|
lessons = lessons.drop(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
lessons.forEachIndexed() { index, lessonData ->
|
lessons.forEachIndexed { index, lessonData ->
|
||||||
//Input variables
|
//Input variables
|
||||||
var currentSubject by remember {
|
var currentSubject by remember {
|
||||||
mutableStateOf(lessonData.subject)
|
mutableStateOf(lessonData.subject)
|
||||||
@@ -574,7 +574,7 @@ fun TimeTableSetupContent(activity: ComponentActivity, loadedLessons: List<Lesso
|
|||||||
.background(color = MaterialTheme.colorScheme.onPrimaryContainer)
|
.background(color = MaterialTheme.colorScheme.onPrimaryContainer)
|
||||||
)
|
)
|
||||||
|
|
||||||
Row () {
|
Row {
|
||||||
Text(
|
Text(
|
||||||
text = "Ertes Setup beendet?",
|
text = "Ertes Setup beendet?",
|
||||||
modifier = Modifier.align(Alignment.CenterVertically),
|
modifier = Modifier.align(Alignment.CenterVertically),
|
||||||
|
|||||||
Reference in New Issue
Block a user