Solve bug of default entry icon

This commit is contained in:
Jeremy
2017-11-11 17:37:57 +01:00
parent abafe1a82b
commit bcc1008037

View File

@@ -22,7 +22,8 @@ package com.keepassdroid.database;
public class PwIconStandard extends PwIcon {
public final int iconId;
public static PwIconStandard FIRST = new PwIconStandard(1);
// The first is number 0
public static PwIconStandard FIRST = new PwIconStandard(0);
public static final int TRASH_BIN = 43;
public static final int FOLDER = 48;