fix(core/ui): avoid signed overflow when calculating text width
This commit fixes a bug in how the Trezor hardware wallet calculates the width of on-screen text. Previously, very long text could cause an internal counter to overflow from a large positive number to a negative number, which might make te…
7c429403by Martin Milata+6−21 file