mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Solve bug of default entry icon
This commit is contained in:
@@ -21,8 +21,9 @@ package com.keepassdroid.database;
|
|||||||
|
|
||||||
public class PwIconStandard extends PwIcon {
|
public class PwIconStandard extends PwIcon {
|
||||||
public final int iconId;
|
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 TRASH_BIN = 43;
|
||||||
public static final int FOLDER = 48;
|
public static final int FOLDER = 48;
|
||||||
|
|||||||
Reference in New Issue
Block a user