From c8ccd692ae6767a16ab0edd4061a4c59d24eaaaa Mon Sep 17 00:00:00 2001 From: Amir Hardon Date: Sat, 10 Nov 2018 13:02:39 -0800 Subject: [PATCH] Remove extra comma from the android_views integration test README. (#24215) --- dev/integration_tests/android_views/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/integration_tests/android_views/README.md b/dev/integration_tests/android_views/README.md index 11c0525670c..b1b594b4ae4 100644 --- a/dev/integration_tests/android_views/README.md +++ b/dev/integration_tests/android_views/README.md @@ -5,7 +5,7 @@ Android view are equal to the motion events that originally hit the FlutterView. The test app's Android code listens to MotionEvents that get to FlutterView and to an embedded Android view and sends them over a platform channel to the Dart -code, where the events are matched. +code where the events are matched. This is what the app looks like: