Improve comment

Rephrase to simplify and add a link to the issue.
pull/606/head
Romain Vimont 5 years ago
parent b29a568f08
commit fe758e6e15

@ -78,8 +78,8 @@ public final class SurfaceControl {
public static IBinder getBuiltInDisplay(int builtInDisplayId) {
try {
// Android Q does not have this method anymore but has a
// replacement.
// the method signature has changed in Android Q
// <https://github.com/Genymobile/scrcpy/issues/586>
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q) {
return (IBinder) CLASS.getMethod("getBuiltInDisplay", int.class).invoke(null, builtInDisplayId);
} else {

Loading…
Cancel
Save