Skip to content

Commit

Permalink
fix rejectAll ui tests with view bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Aug 13, 2024
1 parent 5174dd2 commit da1f51f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class MainActivityKotlin : AppCompatActivity() {

binding = ActivityMainV7Binding.inflate(layoutInflater)
setContentView(binding.root)
binding.rejectAllGdprButton.setOnClickListener { spConsentLib.rejectAll(CampaignType.GDPR) }
binding.reviewConsentsGdpr.setOnClickListener { selectGDPRPM(dataProvider) }
binding.reviewConsentsCcpa.setOnClickListener { selectCCPAPM(dataProvider) }
binding.clearAll.setOnClickListener {
Expand Down

0 comments on commit da1f51f

Please sign in to comment.