mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Fix backups crash when not signed in to play store.
This commit is contained in:
committed by
Greyson Parrelli
parent
07eb323f8c
commit
5e10ccc969
@@ -7,4 +7,4 @@ package org.signal.core.util.billing
|
||||
|
||||
class BillingError(
|
||||
val billingResponseCode: Int
|
||||
) : Exception()
|
||||
) : Exception("$billingResponseCode")
|
||||
|
||||
Reference in New Issue
Block a user