Skip to content

Commit

Permalink
Update android/timodule.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Gangolf <[email protected]>
  • Loading branch information
hansemannn and m1ga authored Jul 24, 2023
1 parent 5ede478 commit 7f0e687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/timodule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<application>
<activity android:name="ti.stripe.TiStripeHostActivity" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:exported="true" android:label="Stripe" />
<activity android:name="ti.stripe.TiStripeHostActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" android:exported="true" android:label="Stripe" />
</application>
</manifest>
</android>
Expand Down

0 comments on commit 7f0e687

Please sign in to comment.