mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Update backups bottom sheet data handling.
This commit is contained in:
committed by
Greyson Parrelli
parent
3901c52e45
commit
f14f7f7478
@@ -19,7 +19,7 @@ interface BillingApi {
|
||||
*/
|
||||
fun getBillingPurchaseResults(): Flow<BillingPurchaseResult> = emptyFlow()
|
||||
|
||||
fun isApiAvailable(): Boolean = false
|
||||
suspend fun isApiAvailable(): Boolean = false
|
||||
|
||||
suspend fun queryProduct(): BillingProduct? = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user