Shopify / checkout-sheet-kit-android

Shopify’s Checkout Sheet Kit makes it simple to perform a checkout inside your Android app.
MIT License
12 stars 3 forks source link

Ensure cache is cleared on close if checkout is complete #72

Closed kiftio closed 8 months ago

kiftio commented 9 months ago

What are you trying to accomplish?

The last change was to retain the WebView cache on close, so that it can be re-opened quickly, and matches with swift. This updates that a little to ensure we clear the cache on close when the checkout is complete.

Before you deploy