Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix(YouTube): Merge Hide crowdfunding box patch into `Hide layout c…
Browse files Browse the repository at this point in the history
…omponents`
  • Loading branch information
LisoUseInAIKyrios committed Oct 22, 2024
1 parent 4106d8a commit ef99ff2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,13 @@ public static void hideAlbumCard(View view) {
Utils.hideViewBy0dpUnderCondition(Settings.HIDE_ALBUM_CARDS, view);
}

/**
* Injection point.
*/
public static void hideCrowdfundingBox(View view) {
Utils.hideViewBy0dpUnderCondition(Settings.HIDE_CROWDFUNDING_BOX, view);
}

private static final boolean HIDE_DOODLES_ENABLED = Settings.HIDE_DOODLES.get();

/**
Expand Down

0 comments on commit ef99ff2

Please sign in to comment.