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
Update log wording
  • Loading branch information
lin-erik committed Oct 19, 2022
commit 52fe0d3b34d472dde7d0dee58a3f6ddaedb5362a
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class MyApp {
}

void _respond(test_touch.TouchInputListenerReportTouchInputRequest request) async {
print('reporting touch input to responseListener');
print('touch-input-view reporting touch input to TouchInputListener');
await _responseListener.reportTouchInput(request);
}
}