This commit is contained in:
Anuken
2020-07-30 17:01:12 -04:00
parent 06b08c80c2
commit 01e3599c7d
2 changed files with 2 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ public class LoadingFragment extends Fragment{
CharSequence realText = nameLabel.getText();
//fallback to the default font if characters are missing
//TODO this should happen everywhere
for(int i = 0; i < realText.length(); i++){
if(Fonts.tech.getData().getGlyph(realText.charAt(i)) == null){
nameLabel.setStyle(Styles.defaultLabel);