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