arc
This commit is contained in:
@@ -83,6 +83,7 @@ public class LoadingFragment extends Fragment{
|
|||||||
CharSequence realText = nameLabel.getText();
|
CharSequence realText = nameLabel.getText();
|
||||||
|
|
||||||
//fallback to the default font if characters are missing
|
//fallback to the default font if characters are missing
|
||||||
|
//TODO this should happen everywhere
|
||||||
for(int i = 0; i < realText.length(); i++){
|
for(int i = 0; i < realText.length(); i++){
|
||||||
if(Fonts.tech.getData().getGlyph(realText.charAt(i)) == null){
|
if(Fonts.tech.getData().getGlyph(realText.charAt(i)) == null){
|
||||||
nameLabel.setStyle(Styles.defaultLabel);
|
nameLabel.setStyle(Styles.defaultLabel);
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=810c593d485c495fe6fe8612796a0f060030d0ab
|
archash=cca1ec7ef642a2bcbe3b3cc5ca9273de1c920c3b
|
||||||
|
|||||||
Reference in New Issue
Block a user