Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 594e2b6

Browse files
committed
Remove incorrect line
1 parent ee306fd commit 594e2b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/platform/android/io/flutter/embedding/android/KeyEmbedderResponder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ private boolean handleEventImpl(
369369
output.physicalKey = physicalKey;
370370
output.character = character;
371371
output.synthesized = false;
372-
output.deviceType = KeyData.DeviceType.kKeyboard;
373372

374373
sendKeyEvent(output, onKeyEventHandledCallback);
375374
for (final Runnable postSyncEvent : postSynchronizeEvents) {

0 commit comments

Comments
 (0)