Skip to content

Commit

Permalink
fix(YouTube - Custom branding icon): Remove redundant style
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed Mar 29, 2024
1 parent 2e9647e commit 3fe0040
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ object CustomBrandingIconPatch : ResourcePatch() {

if (appIconValue == "mmt") {
(arrayOf(
ResourceGroup("values-v31", "style.xml"),
ResourceGroup("drawable", "avd_anim.xml", *drawableAnimResourceFileNames)
) + drawableDirectories.map { ResourceGroup(it, *drawableIconResourceFileNames) })
.forEach { context.copyResources("$resourcePath/splash", it) }
Expand Down

This file was deleted.

0 comments on commit 3fe0040

Please sign in to comment.