mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-24 11:45:49 +01:00
refactor(youtube/general-ads): remove unused class
This commit is contained in:
parent
f10b202c93
commit
c517c03e6f
@ -1,20 +0,0 @@
|
|||||||
package app.revanced.integrations.patches;
|
|
||||||
|
|
||||||
import android.view.View;
|
|
||||||
|
|
||||||
import app.revanced.integrations.adremover.AdRemoverAPI;
|
|
||||||
import app.revanced.integrations.settings.SettingsEnum;
|
|
||||||
|
|
||||||
public class HideHomeAdsPatch {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used by package app.revanced.extensions.Extensions
|
|
||||||
*
|
|
||||||
* @param view
|
|
||||||
*/
|
|
||||||
public static void HideHomeAds(View view) {
|
|
||||||
if (!SettingsEnum.HOME_ADS_REMOVAL.getBoolean()) return;
|
|
||||||
AdRemoverAPI.HideViewWithLayout1dp(view);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user