Submit songs without null pointers occurring.
This commit is contained in:
parent
c4fd188211
commit
d03d37f97b
@ -156,8 +156,8 @@ public class Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img = CropFutureToneImage(img);
|
img = CropFutureToneImage(img);
|
||||||
|
//String song,String diff,int cool,int fine,int safe,int sad,int worst,float percent
|
||||||
Result r=null;
|
Result r=new Result("","",-1,-1,-1,-1,-1,0f);
|
||||||
try {
|
try {
|
||||||
r = DemoApplication.typeface1.getAllData(img);
|
r = DemoApplication.typeface1.getAllData(img);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user