Skip to content

Commit

Permalink
fixup! feat(core): drop support for after-step-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik committed Apr 10, 2024
1 parent 81394bb commit ba47f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/.changelog.d/3633.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improved device responsiveness by removing unnecessary screen refreshes.
1 change: 1 addition & 0 deletions core/src/trezor/ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ def _handle_input_iface(
msg = event_call(*event)
self._emit_message(msg)
self.layout.paint()
refresh()
except Shutdown:
return
finally:
Expand Down

0 comments on commit ba47f68

Please sign in to comment.