mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-22 07:58:56 +00:00
Fix issue when "DeviceMenu" couldn't be closed when device was in a bootloader mode
This commit is contained in:
parent
badf140006
commit
41ced76a48
@ -129,6 +129,10 @@ class LeftNavigation extends React.PureComponent<Props, State> {
|
|||||||
shouldRenderDeviceSelection: false,
|
shouldRenderDeviceSelection: false,
|
||||||
animationType: 'slide-right',
|
animationType: 'slide-right',
|
||||||
});
|
});
|
||||||
|
} else if (selectedDevice.features.bootloader_mode) {
|
||||||
|
this.setState({
|
||||||
|
shouldRenderDeviceSelection: false,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user