Merge remote-tracking branch 'origin/master'

This commit is contained in:
BuildTools
2024-10-14 15:26:13 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ fun AboutContent(activity: ComponentActivity){
{
AboutTextElement("This Product is published under the\nGNU General Public License\nVersion 3, 29 June 2007", 16.dp)
AboutTextElement("Developed by:\n- Paul Posch\n- Matthias Meyer\n- Jakub Szarko\n- Emilian Bührer", 32.dp)
AboutTextElement("Fun Facts:\nThis app consists of 4.189 lines of code\nThe repository is 740KB big\nThe development took about 3 month", 64.dp) //TODO: Update before launch
AboutTextElement("Fun Facts:\nThis app consists of 4.189 lines of code\nThe repository is 740KB big\nThe development took about 3 months", 64.dp) //TODO: Update before launch
Spacer(modifier = Modifier.height(32.dp))
Divider()

View File

@@ -623,7 +623,6 @@ fun TimeTableSetupContent(activity: ComponentActivity, loadedLessons: List<Lesso
}
startActivity(activity, intent, null)
}
},
modifier = Modifier
.padding(5.dp)