We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc010 commit 9d70e89Copy full SHA for 9d70e89
extensions/twitter/src/main/java/app/revanced/extension/twitter/settings/SettingsStatus.java
@@ -76,17 +76,6 @@ public class SettingsStatus {
76
77
public static boolean customFont = false;
78
public static boolean customEmojiFont = false;
79
-
80
- public static boolean removeSearchSuggestions = false;
81
- public static void removeSearchSuggestions() {
82
- removeSearchSuggestions = true;
83
- }
84
85
- public static boolean pauseSearchSuggestions = false;
86
- public static void pauseSearchSuggestions() {
87
- pauseSearchSuggestions = true;
88
89
90
public static void showChangelogsPatchEnabled() {
91
showChangelogsPatchEnabled = true;
92
}
0 commit comments