Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove whitespaces
  • Loading branch information
lin-erik committed Oct 17, 2022
commit 36e1b63a1a03c04feca9cb42074314547a27c6a9
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class MyApp {
print('two-flutter received tap: ${data.toStringFull()}');

if (data.change == PointerChange.down) {
_touchCounter++;
_touchCounter++;
}

if (data.change == PointerChange.down || data.change == PointerChange.move) {
Expand Down