mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 14:21:08 +00:00
Add missing else block
This commit is contained in:
@@ -604,6 +604,9 @@ public class Game extends Activity implements SurfaceHolder.Callback,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Field field = windowLayoutParams.getClass().getDeclaredField("preferMinimalPostProcessing");
|
Field field = windowLayoutParams.getClass().getDeclaredField("preferMinimalPostProcessing");
|
||||||
|
|||||||
Reference in New Issue
Block a user