mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 02:53:05 +00:00
Add missing else block
This commit is contained in:
parent
13a06d585c
commit
4a9a881c1f
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user