1
0
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:
grdddj 2023-12-05 11:09:49 +01:00 committed by Jiří Musil
parent 087becd2ca
commit 747fd17214

View File

@ -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())