Skip to content

Commit cdc7bb9

Browse files
committed
fixed keyguard appearing multiple times after backing out of it
1 parent 03f2f67 commit cdc7bb9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ui/src/main/java/io/snabble/sdk/ui/cart/CheckoutBar.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)