Skip to content

Commit d4e107e

Browse files
committed
QuickPass 2.0 beta 15 RC4
- Splash screen - App will auto close after 10min inactivity time - New font - Shortcuts updated -- Working fixed -- New icon -- Adaptive icon for dark mode - Security fixed -- Now, you can't open app through shortcut without entering password - New icon - New password panel - Password encrypting! -- You can now encrypt your password to know that nobody will see it even if hack your root storage data - Password View and Adding design improved - All new main screen -- Smooth panel for all passwords -- Statistic copied to main screen - Backup restoring fixed (For cyphered passwords) - Home UI updated - Added bank card icons near bank pins - Optimization for some constructions - Fixes - Translation updated - Duration of animation adjusted - Added back buttons - Smooth transitions through screens - UX update -- You can now restore your pass (Check Setting =)) -- Alert screen for log out in Account page - Settings update -- Auto asking permission for writing to storage -- New icons for export/import -- Tips for export/import now always available - Libraries updated (16/10/20)
1 parent b424487 commit d4e107e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ class PassGenActivity : AppCompatActivity() {
13771377
val groupIndex: Int = pCursor.getColumnIndex(pdbHelper.KEY_GROUPS)
13781378
val cIndex: Int = pCursor.getColumnIndex(pdbHelper.KEY_CIPHER)
13791379
val descIndex: Int = pCursor.getColumnIndex(pdbHelper.KEY_DESC)
1380-
var j = descIndex
1380+
var j = 0
13811381
do {
13821382
val pass = pCursor.getString(passIndex).toString()
13831383
val dbdescIndex = pCursor.getString(descIndex).toString()

0 commit comments

Comments
 (0)