From d04e1fa368115718a308c123a3b9c18e6626f5f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 01:28:41 +0000 Subject: fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490) * fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya --- .../main/java/me/msfjarvis/openpgpktx/util/OpenPgpServiceConnection.kt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openpgp-ktx') diff --git a/openpgp-ktx/src/main/java/me/msfjarvis/openpgpktx/util/OpenPgpServiceConnection.kt b/openpgp-ktx/src/main/java/me/msfjarvis/openpgpktx/util/OpenPgpServiceConnection.kt index 5a2682ed..52610ea8 100644 --- a/openpgp-ktx/src/main/java/me/msfjarvis/openpgpktx/util/OpenPgpServiceConnection.kt +++ b/openpgp-ktx/src/main/java/me/msfjarvis/openpgpktx/util/OpenPgpServiceConnection.kt @@ -17,12 +17,14 @@ public class OpenPgpServiceConnection(context: Context, providerPackageName: Str public interface OnBound { public fun onBound(service: IOpenPgpService2) + public fun onError(e: Exception) } private val mApplicationContext: Context = context.applicationContext public var service: IOpenPgpService2? = null private set + private val mProviderPackageName: String? = providerPackageName private var mOnBoundListener: OnBound? = null -- cgit v1.2.3