Skip to content

Commit

Permalink
fix: TossPaymentsWebActivity 에 테마 설정 (크래시 해결)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed May 18, 2024
1 parent 02bf88e commit 236a652
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
android:exported="false"
android:theme="@style/Theme.AppCompat.NoActionBar" />

<activity
android:name="com.tosspayments.paymentsdk.activity.TossPaymentsWebActivity"
android:exported="false"
android:theme="@style/Theme.AppCompat.NoActionBar" />

<!--suppress AndroidDomInspection -->
<activity
android:name="com.tosspayments.paymentsdk.activity.TossPaymentActivity"
Expand Down

0 comments on commit 236a652

Please sign in to comment.