mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
fix wrong hashCode implementation in FakeMotionEvent (#21291)
This commit is contained in:
parent
4a0106658f
commit
abb55cb649
@ -203,7 +203,7 @@ class FakeMotionEvent {
|
||||
}
|
||||
|
||||
@override
|
||||
int get hashCode => hashValues(action, pointers, pointerIds);
|
||||
int get hashCode => hashValues(action, hashList(pointers), hashList(pointerIds));
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user