mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fix(suite-native): fix earn to home navigation for btc-only firmware on android
This commit is contained in:
@@ -92,12 +92,7 @@ export const DeviceManagerContent = () => {
|
||||
|
||||
// When user selects BTC only device in device switcher, redirect to homescreen out of the earn section.
|
||||
if (isOnEarnScreenRoute && isBitcoinOnlyFirmware) {
|
||||
navigation.reset({
|
||||
index: 0,
|
||||
routes: [
|
||||
{ name: AppTabsRoutes.HomeStack, params: { screen: HomeStackRoutes.Home } },
|
||||
],
|
||||
});
|
||||
navigation.navigate(AppTabsRoutes.HomeStack, { screen: HomeStackRoutes.Home });
|
||||
}
|
||||
|
||||
dispatch(selectDeviceThunk({ device: selectedDevice }));
|
||||
|
||||
Reference in New Issue
Block a user