Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 67ae088

Browse files
author
FunkyMuse
committed
You think keyboard would be hidden, oh well, new APIS work for new Android API, gee
1 parent eb50ba4 commit 67ae088

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.crazylegend.vigilante"
1515
minSdkVersion 24
1616
targetSdkVersion 30
17-
versionCode 13
18-
versionName "1.2.0"
17+
versionCode 14
18+
versionName "1.2.1"
1919
vectorDrawables.useSupportLibrary = true
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121

app/src/main/java/com/crazylegend/vigilante/otp/OneTimePasswordDialog.kt

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class OneTimePasswordDialog : AbstractBottomSheet<DialogOneTimePasswordBinding>(
8888
visible()
8989
text = generateOneTimePassword(passwordLength, binding.shuffleCharactersCheckBox.isChecked)
9090
clearFocus()
91+
hideSoftInput()
9192
hideKeyboard()
9293
}
9394
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Fix
2+
- Application crashing when trying to customize the dots
3+
- Password not saved when rotating
4+

0 commit comments

Comments
 (0)