We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cc668 commit 296c44dCopy full SHA for 296c44d
app/src/main/java/com/wmods/wppenhacer/xposed/features/customization/ContactBlockedVerify.java
@@ -110,7 +110,7 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
110
var textView2 = (TextView) view.findViewById(0x7f990001);
111
if (textView2 == null) return;
112
textView2.setSelected(true);
113
- if (System.currentTimeMillis() - startTime < 1000) {
+ if (System.currentTimeMillis() - startTime < 2000) {
114
textView2.setText(ResId.string.block_unverified);
115
return;
116
}
0 commit comments