Skip to content

Commit

Permalink
Don't hide filter settings on Iceshrimp.NET
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacocococo committed Sep 14, 2024
1 parent a554059 commit e336f15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void onCreate(Bundle savedInstanceState){
));

Instance instance=AccountSessionManager.getInstance().getInstanceInfo(account.domain);
if(!instance.isAkkoma() && !instance.isIceshrimp()){ // hide filter settings on Akkoma and Iceshrimp because the servers don't support the feature
if(!instance.isAkkoma() && !instance.isIceshrimpJs()){ // hide filter settings on Akkoma and Iceshrimp-JS because the servers don't support the feature
data.add(3, new ListItem<>(R.string.settings_filters, 0, R.drawable.ic_fluent_filter_24_regular, this::onFiltersClick));
}

Expand Down

0 comments on commit e336f15

Please sign in to comment.