Skip to content

Commit 9c12150

Browse files
committed
- Quality checker improved
1 parent b7d621a commit 9c12150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/mikhailgrigorev/quickpass/PassGenActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ class PassGenActivity : AppCompatActivity() {
7474
private var xTouch = 500
7575
private var changeStatusPopUp: PopupWindow = PopupWindow()
7676
private var globalPos: Int = -1
77-
var pm = PasswordManager()
78-
var condition = true
77+
private var pm = PasswordManager()
78+
private var condition = true
7979

8080
@SuppressLint(
8181
"Recycle", "ClickableViewAccessibility", "ResourceAsColor", "RestrictedApi",

0 commit comments

Comments
 (0)