Archived
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user