Skip to content

Commit a594a55

Browse files
committed
+ 3.9.7 修复微信切换密码键盘无法输入
1 parent b878ea5 commit a594a55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 14
1212
targetSdkVersion 26
1313
versionCode 20
14-
versionName "3.9.5"
14+
versionName "3.9.7"
1515
buildConfigField "String", "APP_PRODUCT_NAME", "\"WeChatFp\""
1616
}
1717

app/src/main/java/com/yyxx/wechatfp/xposed/plugin/XposedWeChatPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ public void onWindowDetached() {
240240
passwordLayout.removeView(fingerPrintLayout);
241241
mInputEditText.setVisibility(View.VISIBLE);
242242
keyboardView.setVisibility(View.VISIBLE);
243+
mInputEditText.performClick();
243244
mFingerprintIdentify.cancelIdentify();
244245
mMockCurrentUser = false;
245246
if (titleTextView != null) {

0 commit comments

Comments
 (0)