48a96f6776
For example, see https://github.com/spesmilo/electrum/blob/061c8211281d6c0b50166e4075656ce0fb2c89f5/electrum/plugins/trustedcoin/trustedcoin.py#L624 Even if navmap[view]['last'] is True, we still want the navmap[view]['accept'] handler to run. fixes https://github.com/spesmilo/electrum/issues/8861 --- Note that an analogous issue does not exist for the desktop qt gui, see https://github.com/spesmilo/electrum/blob/061c8211281d6c0b50166e4075656ce0fb2c89f5/electrum/gui/qt/wizard/wizard.py#L206 There, wizard.resolve_next is called regardless of is_last.