Add in-app sponsor support

This commit is contained in:
世界
2024-01-25 16:25:24 +08:00
parent a0efb84461
commit d5b1ff5051
7 changed files with 184 additions and 2 deletions

View File

@@ -11,5 +11,8 @@ object Vendor : VendorInterface {
override fun checkUpdate(activity: Activity, byUser: Boolean) {
}
override fun startSponsor(activity: Activity, fallback: () -> Unit) {
fallback()
}
}