Add missing else block

This commit is contained in:
Cameron Gutman 2020-02-25 22:26:52 -08:00
parent 13a06d585c
commit 4a9a881c1f

View File

@ -604,6 +604,9 @@ public class Game extends Activity implements SurfaceHolder.Callback,
return;
}
}
else {
return;
}
try {
Field field = windowLayoutParams.getClass().getDeclaredField("preferMinimalPostProcessing");