Skip to content

Commit

Permalink
setup for Chris request
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-go-wombat committed May 10, 2024
1 parent 5385216 commit 5903030
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ class MainActivityKotlin : AppCompatActivity() {
auth_id_activity.setOnClickListener { _v: View? ->
startActivity(Intent(this, MainActivityAuthId::class.java))
}
transfer_consent_to_web_view.setOnClickListener { _v: View? ->
startActivity(Intent(this, WebConsentTransferTestActivity::class.java))
}
custom_consent.setOnClickListener { _v: View? ->
spConsentLib.customConsentGDPR(
vendors = dataProvider.customVendorList,
Expand Down
10 changes: 5 additions & 5 deletions samples/app/src/main/res/layout/activity_main_v7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"/>

<!-- <Button-->
<!-- android:id="@+id/transfer_consent_to_web_view"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="wrap_content"-->
<!-- android:text="@string/transfer_consent_to_web_view"/>-->
<Button
android:id="@+id/transfer_consent_to_web_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/transfer_consent_to_web_view"/>

<Button
android:id="@+id/refresh_btn"
Expand Down

0 comments on commit 5903030

Please sign in to comment.