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 malmstein committed Jan 12, 2023
1 parent abec663 commit 1dd368c
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 1dd368c

Please sign in to comment.