fix vsync

Signed-off-by: l00574490 <liuqi149@huawei.com>
Change-Id: I376b92cfa2dcf19870822c61c152bb5976dd1fce
This commit is contained in:
l00574490
2022-08-08 16:02:55 +08:00
parent 1d52e2c33d
commit 1d7b3c55b0
-1
View File
@@ -84,7 +84,6 @@ void WindowInputChannel::Destroy()
std::lock_guard<std::mutex> lock(mtx_);
WLOGFI("Destroy WindowInputChannel, windowId:%{public}u", window_->GetWindowId());
isAvailable_ = false;
VsyncStation::GetInstance().RemoveCallback();
}
bool WindowInputChannel::IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const