Skip to content

Commit

Permalink
Privacy Config: added a flag for bookmarks sorting (#2628)
Browse files Browse the repository at this point in the history
* added a flag for bookmarks sorting

* added new feature

* prettier
  • Loading branch information
malmstein authored Jan 10, 2025
1 parent 1ead4b7 commit 1745bcf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/bookmarks-sorting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_meta": {
"description": "A feature flag that determines whether sorting bookmarks option is enabled.",
"sampleExcludeRecords": {}
},
"exceptions": []
}
3 changes: 3 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -1713,6 +1713,9 @@
"filterSetUpdateFrequency": 720
},
"exceptions": []
},
"bookmarksSorting": {
"state": "disabled"
}
},
"unprotectedTemporary": [],
Expand Down

0 comments on commit 1745bcf

Please sign in to comment.