mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-21 13:25:03 +00:00
fix unequipping glasses in setup
This commit is contained in:
parent
a112297123
commit
b9d3f03e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ public class SetupCustomizationRepositoryImpl implements SetupCustomizationRepos
|
|||
|
||||
private List<SetupCustomization> getGlasses() {
|
||||
return Arrays.asList(
|
||||
SetupCustomization.createGlasses("eyewear_base_0", R.drawable.creator_blank_face),
|
||||
SetupCustomization.createGlasses("", R.drawable.creator_blank_face),
|
||||
SetupCustomization.createGlasses("eyewear_special_blackTopFrame", R.drawable.creator_eyewear_special_blacktopframe),
|
||||
SetupCustomization.createGlasses("eyewear_special_blueTopFrame", R.drawable.creator_eyewear_special_bluetopframe),
|
||||
SetupCustomization.createGlasses("eyewear_special_greenTopFrame", R.drawable.creator_eyewear_special_greentopframe),
|
||||
|
|
|
|||
Loading…
Reference in a new issue