Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit dc3c6f8

Browse files
committed
1 parent 25c2de8 commit dc3c6f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shell/platform/android/io/flutter/embedding/android/FlutterView.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ public class FlutterView extends FrameLayout implements MouseCursorPlugin.MouseC
8686
@Nullable private FlutterSurfaceView flutterSurfaceView;
8787
@Nullable private FlutterTextureView flutterTextureView;
8888
@Nullable private FlutterImageView flutterImageView;
89-
// This member is not intended for public use and is only visible for testing.
90-
@Nullable RenderSurface renderSurface;
89+
@Nullable @VisibleForTesting /* package */ RenderSurface renderSurface;
9190
@Nullable private RenderSurface previousRenderSurface;
9291
private final Set<FlutterUiDisplayListener> flutterUiDisplayListeners = new HashSet<>();
9392
private boolean isFlutterUiDisplayed;

0 commit comments

Comments
 (0)