Skip to content

Commit

Permalink
ADS: Internal Features Settings migration (#2576)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1203418963160800/f

### Description
Migrate internal features settings section to new components
  • Loading branch information
nalcalag authored and aitorvs committed Dec 19, 2022
1 parent a28205c commit ab296e5
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 257 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class VpnInternalSettingsActivity : DuckDuckGoActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(binding.root)
setupToolbar(binding.toolbar)
setupToolbar(binding.includeToolbar.toolbar)

setupAppTrackerExceptionRules()
setupDebugLogging()
Expand Down
Loading

0 comments on commit ab296e5

Please sign in to comment.