mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
Fix the declaration of setSystemGestureExclusionRects to match the PlatformMessageHandler interface (#12306)
This commit is contained in:
@@ -94,7 +94,7 @@ public class PlatformPlugin {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setSystemGestureExclusionRects(@NonNull ArrayList rects) {
|
||||
public void setSystemGestureExclusionRects(@NonNull ArrayList<Rect> rects) {
|
||||
PlatformPlugin.this.setSystemGestureExclusionRects(rects);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user