From 9ac8c80d1529ad48d99ed66103fe99310231dada Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 22 Jul 2020 20:38:14 +0200 Subject: [PATCH] app/internal/window: fix typos Signed-off-by: Elias Naur --- app/internal/window/GioView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/internal/window/GioView.java b/app/internal/window/GioView.java index fef0923a..cf646c7e 100644 --- a/app/internal/window/GioView.java +++ b/app/internal/window/GioView.java @@ -109,8 +109,8 @@ public final class GioView extends SurfaceView implements Choreographer.FrameCal } @Override public boolean onTouchEvent(MotionEvent event) { - // Ask for unbuffered events. Flutter and Chrome does it - // so I assume its good for us as well. + // Ask for unbuffered events. Flutter and Chrome do it + // so assume it's good for us as well. if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { requestUnbufferedDispatch(event); }