Fix backups crash when not signed in to play store.

This commit is contained in:
Alex Hart
2024-12-05 13:23:52 -04:00
committed by Greyson Parrelli
parent 07eb323f8c
commit 5e10ccc969
4 changed files with 34 additions and 18 deletions

View File

@@ -7,4 +7,4 @@ package org.signal.core.util.billing
class BillingError(
val billingResponseCode: Int
) : Exception()
) : Exception("$billingResponseCode")