Skip to content

Commit

Permalink
Add Theme.AppCompat to ThreeDSecureActivity in AndroidManifest.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Jan 31, 2023
1 parent 504dfc0 commit 46426d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ThreeDSecure/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.braintreepayments.api.threedsecure" >
package="com.braintreepayments.api.threedsecure">

<application>
<activity android:name="com.braintreepayments.api.ThreeDSecureActivity"/>
<activity
android:name="com.braintreepayments.api.ThreeDSecureActivity"
android:theme="@style/Theme.AppCompat" />
</application>
</manifest>

0 comments on commit 46426d3

Please sign in to comment.