mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Make sure DatabaseEntry name and icon fields always have a value
This commit is contained in:
parent
107ca18187
commit
df5a815e57
2 changed files with 10 additions and 2 deletions
|
@ -9,8 +9,8 @@ import me.impy.aegis.crypto.KeyInfo;
|
||||||
|
|
||||||
public class DatabaseEntry implements Serializable {
|
public class DatabaseEntry implements Serializable {
|
||||||
public int _id;
|
public int _id;
|
||||||
public String _name;
|
public String _name = "";
|
||||||
public String _icon;
|
public String _icon = "";
|
||||||
public KeyInfo _info;
|
public KeyInfo _info;
|
||||||
public int _order;
|
public int _order;
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
package me.impy.aegis.util;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by alex on 12/3/17.
|
||||||
|
*/
|
||||||
|
|
||||||
|
public class ByteInputStream {
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue