mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
fix(Reddit - Hide ads): View all comments
button hidden if comment ads are hidden https://github.com/inotia00/ReVanced_Extended/issues/2765 (Also close https://github.com/inotia00/ReVanced_Extended/issues/2678)
This commit is contained in:
@ -7,9 +7,7 @@ import android.widget.LinearLayout;
|
||||
|
||||
import app.revanced.extension.reddit.settings.preference.ReVancedPreferenceFragment;
|
||||
|
||||
/**
|
||||
* @noinspection ALL
|
||||
*/
|
||||
@SuppressWarnings("all")
|
||||
public class ActivityHook {
|
||||
public static void initialize(Activity activity) {
|
||||
SettingsStatus.load();
|
||||
|
Reference in New Issue
Block a user