mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 10:25:37 +00:00
app/internal/window: fix typos
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user