Skip to content

Commit

Permalink
fix: add animated icon to dark style
Browse files Browse the repository at this point in the history
  • Loading branch information
ruattd committed Feb 5, 2024
1 parent 52f5f15 commit 7ca59e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TMessagesProj/src/main/res/values-night-v31/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
<!-- <item name="android:windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>-->
<item name="android:windowSplashScreenAnimationDuration">@integer/splash_screen_duration</item>
<item name="android:windowSplashScreenBackground">?android:windowBackground</item>
<item name="android:windowSplashScreenAnimatedIcon">@drawable/ic_nagram_animated</item>
</style>
</resources>

0 comments on commit 7ca59e5

Please sign in to comment.