mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
fix(core): correct action of left button in Ethereum summary
[no changelog]
This commit is contained in:
parent
087becd2ca
commit
747fd17214
@ -762,7 +762,7 @@ extern "C" fn new_ethereum_tx_summary(n_args: usize, args: *const Obj, kwargs: *
|
||||
0 => {
|
||||
// Total amount + fee
|
||||
let btn_layout = ButtonLayout::up_arrow_armed_info("CONFIRM".into());
|
||||
let btn_actions = ButtonActions::prev_confirm_next();
|
||||
let btn_actions = ButtonActions::cancel_confirm_next();
|
||||
|
||||
let ops = OpTextLayout::new(theme::TEXT_MONO)
|
||||
.text_mono(total_amount.clone())
|
||||
|
Loading…
Reference in New Issue
Block a user