Remove extra comma from the android_views integration test README. (#24215)

This commit is contained in:
Amir Hardon 2018-11-10 13:02:39 -08:00 committed by GitHub
parent 72bf075e8d
commit c8ccd692ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: