Finished IntroductionActivity.kt; fixed a bug in StwParser.kt that would throw an error upon accessing the UI due to a missing withContext() call. This error seemed to (visibly?) happen on API level 24, but not on 30+

This commit is contained in:
denizk0461
2023-06-04 15:34:32 +02:00
parent 01acb1c4b5
commit 26c89108bf
12 changed files with 202 additions and 8 deletions
+7
View File
@@ -42,6 +42,13 @@
android:theme="@style/Theme.StudIPTimetable">
</activity>
<activity
android:name=".activity.IntroductionActivity"
android:exported="false"
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.StudIPTimetable">
</activity>
<activity
android:name=".activity.TimetableOverviewActivity"
android:exported="false"