You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
misc: fix stuff up to make SDL example work again
it still behaves weirdly, should probably find some other example since I don't trust my own code.
This commit is contained in:
@@ -217,7 +217,7 @@ public class Entry extends Block implements JSONConvert<JSONObject> {
|
||||
public TypeBlock getTypeBlock(){
|
||||
return getParent(TypeBlock.class);
|
||||
}
|
||||
private String getPackageName(){
|
||||
public String getPackageName(){
|
||||
PackageBlock packageBlock = getPackageBlock();
|
||||
if(packageBlock!=null){
|
||||
return packageBlock.getName();
|
||||
|
||||
Reference in New Issue
Block a user