Skip to content

Commit ed062b3

Browse files
Merge pull request #58 from MihaiCristianCondrea/codex/fix-crash-in-androidstartprojectactivity
Set proper theme for AndroidStartProjectActivity
2 parents d662a31 + 2bfa5a2 commit ed062b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
android:name=".ui.screens.android.lessons.start.AndroidStartProjectActivity"
291291
android:exported="false"
292292
android:label="@string/android_start"
293+
android:theme="@style/AppTheme"
293294
android:parentActivityName=".ui.screens.android.lessons.start.AndroidStartProjectActivity" />
294295
<activity
295296
android:name=".ui.screens.android.lessons.basics.sdk.AndroidSDK"

0 commit comments

Comments
 (0)