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

Commit 4f86f22

Browse files
authored
Update FlutterView.java (#37312)
1 parent 12dabe8 commit 4f86f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ public void detachFromFlutterEngine() {
12931293
flutterImageView.closeImageReader();
12941294
// Remove the FlutterImageView that was previously added by {@code convertToImageView} to
12951295
// avoid leaks when this FlutterView is reused later in the scenario where multiple
1296-
// FlutterActivitiy/FlutterFragment share one engine.
1296+
// FlutterActivity/FlutterFragment share one engine.
12971297
removeView(flutterImageView);
12981298
flutterImageView = null;
12991299
}

0 commit comments

Comments
 (0)