fix: show TabShellRoute when cold starting from deeplink (#21376)
parent
6a4b6699e3
commit
60af3a4003
|
|
@ -66,7 +66,7 @@ class DeepLinkService {
|
||||||
return DeepLink([
|
return DeepLink([
|
||||||
// we need something to segue back to if the app was cold started
|
// we need something to segue back to if the app was cold started
|
||||||
// TODO: use MainTimelineRoute this when beta is default
|
// TODO: use MainTimelineRoute this when beta is default
|
||||||
if (isColdStart) (Store.isBetaTimelineEnabled) ? const MainTimelineRoute() : const PhotosRoute(),
|
if (isColdStart) (Store.isBetaTimelineEnabled) ? const TabShellRoute() : const PhotosRoute(),
|
||||||
route,
|
route,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue