Add widget previews

This commit is contained in:
Hemanth S 2020-05-07 13:05:33 +05:30
parent 43bfc24ec5
commit d74ad32a38
12 changed files with 12 additions and 16 deletions

View file

@ -55,8 +55,7 @@ class App : MultiDexApplication() {
this@App,
R.string.restored_previous_purchase_please_restart,
Toast.LENGTH_LONG
)
.show()
).show()
}
override fun onBillingError(errorCode: Int, error: Throwable?) {}