Merge "Fix typo in SurfaceControlViewHost relayout overload" into rvc-dev
This commit is contained in:
@@ -201,7 +201,7 @@ public class SurfaceControlViewHost {
|
|||||||
final WindowManager.LayoutParams lp =
|
final WindowManager.LayoutParams lp =
|
||||||
new WindowManager.LayoutParams(width, height,
|
new WindowManager.LayoutParams(width, height,
|
||||||
WindowManager.LayoutParams.TYPE_APPLICATION, 0, PixelFormat.TRANSPARENT);
|
WindowManager.LayoutParams.TYPE_APPLICATION, 0, PixelFormat.TRANSPARENT);
|
||||||
relayout(width, height);
|
relayout(lp);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user