Revert "hack: make GestureOverlayView measure 0 x 0"

This reverts commit 2879e03120.
This commit is contained in:
Julian Winkler
2024-05-01 11:32:40 +02:00
parent 0202e0389d
commit efc401ed2f

View File

@@ -7,7 +7,6 @@ public class GestureOverlayView extends ViewGroup {
public GestureOverlayView(Context context) {
super(context);
haveCustomMeasure = false; // hack: let it measure 0x0, as GTK doesn't allow events to go through it
}
public void setGestureStrokeType(int type) {