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.

3 comments on commit 3fe0040

@xzitthamerr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you include AFN_Blue for YouTube as well? That would be awesome

@anddea
Copy link
Owner Author

@anddea anddea commented on 3fe0040 Apr 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you include AFN_Blue for YouTube as well? That would be awesome

They will be added. Just getting them ready.

@xzitthamerr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Also thanks for your work. Appreciate it.

Please sign in to comment.