Skip to content

Commit 2e5eccd

Browse files
committed
Update lazy worker nad start polling after success
1 parent b318dfa commit 2e5eccd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation 'me.relex:circleindicator:2.1.6'
6767
implementation 'ch.datatrans:android-sdk:1.4.2'
6868
implementation 'com.google.android.gms:play-services-wallet:18.1.3'
69-
implementation 'eu.rekisoft.android.util:LazyWorker:2.0.2'
69+
implementation 'eu.rekisoft.android.util:LazyWorker:2.1.0'
7070
implementation 'androidx.biometric:biometric:1.2.0-alpha03'
7171

7272
def camerax_version = "1.0.2"

ui/src/main/java/io/snabble/sdk/ui/payment/PayoneInputView.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ class PayoneInputView @JvmOverloads constructor(context: Context, attrs: Attribu
250250
Dispatch.mainThread {
251251
threeDHint.isVisible = false
252252
webView.loadUrl(url)
253-
polling.doLater(1000)
254253
}
255254
} ?: error(null)
256255
} ?: error(null)

0 commit comments

Comments
 (0)