File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
ui/src/main/java/io/snabble/sdk/ui/cart Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.67.2]
5+
6+ ### Fixed
7+ - Repeated keyguard dialogs occurring after canceling out of a keyguard and returning to a view
8+
49## [ 0.67.1]
510
611### Fixed
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ allprojects {
3333 }
3434
3535 project. ext {
36- sdkVersion= ' 0.67.1 '
36+ sdkVersion= ' 0.67.2 '
3737 versionCode= 1
3838
3939 compileSdkVersion= 31
Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ open class CheckoutBar @JvmOverloads constructor(
300300
301301 override fun error () {
302302 progressDialog.dismiss()
303+ project.checkout.reset()
303304 }
304305 })
305306 }
You can’t perform that action at this time.
0 commit comments