This commit is contained in:
Flutter GitHub Bot
2020-03-04 10:36:03 -08:00
committed by GitHub
parent b27e984dbf
commit 7c5f697b32

View File

@@ -467,7 +467,6 @@ void FlutterPlatformViewsController::EnsureOverlayInitialized(
auto overlay_it = overlays_.find(overlay_id);
if (!gr_context) {
FML_DLOG(ERROR) << "No GrContext";
if (overlays_.count(overlay_id) != 0) {
return;
}