fixed duplicate entries in the status icon cache
This commit is contained in:
parent
3e03968609
commit
f8aae936d3
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -67,7 +67,7 @@ static def generateMap(String definitionsDirPath, String drawablesDirPath) {
|
|||
}
|
||||
|
||||
def javaHashMap = ""
|
||||
icons = icons.sort()
|
||||
icons = icons.sort().unique()
|
||||
|
||||
for (int i = 0; i < icons.size(); i++) {
|
||||
def iconName = icons[i]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue