app/internal/window: fix typos

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-07-22 20:38:14 +02:00
parent 86c3fb2f0b
commit 9ac8c80d15
+2 -2
View File
@@ -109,8 +109,8 @@ public final class GioView extends SurfaceView implements Choreographer.FrameCal
} }
@Override public boolean onTouchEvent(MotionEvent event) { @Override public boolean onTouchEvent(MotionEvent event) {
// Ask for unbuffered events. Flutter and Chrome does it // Ask for unbuffered events. Flutter and Chrome do it
// so I assume its good for us as well. // so assume it's good for us as well.
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
requestUnbufferedDispatch(event); requestUnbufferedDispatch(event);
} }