Unverified Commit 21d6d7ef authored by Chris Yang's avatar Chris Yang Committed by GitHub

Add comments to an Android Platform view gesture test case to explain the test (#37322)

parent 2ab46995
......@@ -757,7 +757,9 @@ void main() {
);
});
testWidgets('RenderAndroidView reconstructed with same gestureRecognizers', (WidgetTester tester) async {
// This test makes sure it doesn't crash.
// https://github.com/flutter/flutter/issues/21514
testWidgets('RenderAndroidView reconstructed with same gestureRecognizers does not crash', (WidgetTester tester) async {
final FakeAndroidPlatformViewsController viewsController = FakeAndroidPlatformViewsController();
viewsController.registerViewType('webview');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment