Skip to content

Commit

Permalink
Fix navigation bar color on OnboardingActivity (#2988)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCarberry authored Oct 25, 2022
1 parent 326ab94 commit a0c149a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@

<activity
android:name=".onboarding.OnboardingActivity"
android:configChanges="orientation|screenSize|keyboard|keyboardHidden|navigation" />
android:configChanges="orientation|screenSize|keyboard|keyboardHidden|navigation"
android:theme="@style/Theme.HomeAssistant.Config" />

<activity
android:name=".settings.wear.SettingsWearActivity"
Expand Down

0 comments on commit a0c149a

Please sign in to comment.