We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Customize timeline top bar
1 parent 5b2a8b5 commit c1d66c4Copy full SHA for c1d66c4
extensions/twitter/src/main/java/app/revanced/extension/twitter/Pref.java
@@ -209,14 +209,14 @@ public static boolean hideBanner() {
209
}
210
211
public static int timelineTab(int tabId) {
212
- if(tabId == 11 || tabId == 12){
+ if(tabId == 17 || tabId == 34){
213
String val = Utils.getStringPref(Settings.CUSTOM_TIMELINE_TABS);
214
// If you want to hide forYou send followin tab Id and vice-versa.
215
if(val.equals("hide_forYou")){
216
- return 12;
+ return 34;
217
218
if (val.equals("hide_following")){
219
- return 11;
+ return 17;
220
221
222
return tabId;
0 commit comments