Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix order of Metro hotkey console messages (#42896)
Summary: Pull Request resolved: #42896 Changelog: [General][Fixed] Fix order of Metro hotkey console messages # Existing Key handler is printing messages to the console _after_ it has been processed, this causes error messages to appear before the `info` message. # In this PR The `info` messages are logged before the event is processed. Reviewed By: GijsWeterings Differential Revision: D53479732 fbshipit-source-id: 25af47450662de4eb03d0dfd52af5af014ef3e49
- Loading branch information