mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-22 22:41:00 +00:00
修复画中画与之布局内存泄露问题
Signed-off-by: Ning Yuanfeng <Nyuanfeng@163.com>
This commit is contained in:
parent
88530a7c98
commit
d2af8bb244
@ -40,7 +40,7 @@ class XCNodeController extends NodeController {
|
||||
}
|
||||
}
|
||||
|
||||
export class PiPContent extends ViewPU {
|
||||
class PiPContent extends ViewPU {
|
||||
constructor(b2, c2, d2, e2 = -1, f2 = undefined, g2) {
|
||||
super(b2, d2, e2, g2);
|
||||
if (typeof f2 === 'function') {
|
||||
|
@ -41,7 +41,7 @@ class XCNodeController extends NodeController {
|
||||
|
||||
@Entry
|
||||
@Component
|
||||
export struct PiPContent {
|
||||
struct PiPContent {
|
||||
private xComponentController: XComponentController = new XComponentController();
|
||||
private nodeController: NodeController | null = null;
|
||||
private mXCNodeController: XCNodeController | null = null;
|
||||
|
Loading…
Reference in New Issue
Block a user