Portrait mode support / Mobile fixes

This commit is contained in:
Anuken
2018-07-02 15:49:01 -04:00
parent fb2bb5a4bc
commit e3bee43163
24 changed files with 913 additions and 803 deletions

View File

@@ -164,6 +164,11 @@ public class AndroidLauncher extends AndroidApplication{
public void endForceLandscape() {
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR);
}
@Override
public boolean canDonate(){
return true;
}
};
try {