Automattic / simplenote-android

Simplenote for Android
https://simplenote.com
GNU General Public License v2.0
1.76k stars 299 forks source link

Added a catch for billing exception on samsung devices. #1601

Closed khaykov closed 1 year ago

khaykov commented 1 year ago

Fixes #1600

It's a pretty weird issue, that only happens on Samsung devices, mostly on API 13. I was not able to reproduce it, but I found a similar issue reported here.

For now the fix is to just add an exception handling to the billing call.

There is no testing instructions, just make sure app builds and runs.