unecessary
This commit is contained in:
@@ -707,17 +707,15 @@ public class UI implements ApplicationListener, Loadable{
|
|||||||
}else{
|
}else{
|
||||||
buffer.append(ch);
|
buffer.append(ch);
|
||||||
}
|
}
|
||||||
}else{
|
}else if(ch == ':'){
|
||||||
if(ch == ':'){
|
String content = s.substring(indexStart + 1, i);
|
||||||
String content = s.substring(indexStart + 1, i);
|
if(Fonts.hasUnicodeStr(content)){
|
||||||
if(Fonts.hasUnicodeStr(content)){
|
buffer.append(Fonts.getUnicodeStr(content));
|
||||||
buffer.append(Fonts.getUnicodeStr(content));
|
changed = true;
|
||||||
changed = true;
|
indexStart = -1;
|
||||||
indexStart = -1;
|
}else{
|
||||||
}else{
|
buffer.append(content);
|
||||||
buffer.append(content);
|
indexStart = i;
|
||||||
indexStart = i;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user