mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-02 11:58:32 +00:00
fix(core/ui): repaint the title of Progress layout when requested
This commit is contained in:
parent
f4ad62eb72
commit
3443ffad1a
@ -155,6 +155,9 @@ where
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
self.title.event(ctx, event);
|
||||||
|
self.description.event(ctx, event);
|
||||||
}
|
}
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
@ -99,6 +99,9 @@ where
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
self.title.event(ctx, event);
|
||||||
|
self.description.event(ctx, event);
|
||||||
}
|
}
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user