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

Commit

Permalink
fix(YouTube - Hide ads): Patch closes fullscreen ads too quickly, so …
Browse files Browse the repository at this point in the history
…fullscreen ads are shown repeatedly
  • Loading branch information
inotia00 authored and Francesco146 committed Jun 29, 2024
1 parent 2b17a21 commit 475739c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static void closeFullscreenAds() {
lastTimeClosedFullscreenAd = currentTime;

showToastShort(str("revanced_hide_fullscreen_ads_closed_success"));
}, 500);
}, 1000);
}

public static void hideFullscreenAds(View view) {
Expand Down

0 comments on commit 475739c

Please sign in to comment.