mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix the declaration of setSystemGestureExclusionRects to match the PlatformMessageHandler interface (#12306)
This commit is contained in:
parent
5a8da65592
commit
783deab110
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user