Fix typo in EntryThumbnails
This commit is contained in:
parent
12147f316b
commit
bdb01b6845
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ public class EntryThumbnail {
|
|||
Wallabag(R.drawable.thumb_wallabag),
|
||||
Wallet(R.drawable.thumb_wallet),
|
||||
Wargaming(R.drawable.thumb_wargaming),
|
||||
Wordpress(R.drawable.thumb_wordpress);
|
||||
Wordpress(R.drawable.thumb_wordpress),
|
||||
Zoho(R.drawable.thumb_zoho);
|
||||
|
||||
private int resource;
|
||||
|
|
Loading…
Reference in a new issue