[fenix] Make 'Redirect to Sync' home menu item go directly to the 'Reconnect to Sync' / error screen

pull/600/head
David Walsh 4 years ago committed by Jeff Boek
parent 6d97114ad9
commit 7e4c381982

@ -623,7 +623,7 @@ class HomeFragment : Fragment() {
hideOnboardingIfNeeded()
nav(
R.id.homeFragment,
HomeFragmentDirections.actionGlobalTurnOnSync()
HomeFragmentDirections.actionHomeFragmentToAccountProblemFragment()
)
}
}

@ -62,6 +62,9 @@
<action
android:id="@+id/action_homeFragment_to_turnOnSyncFragment"
app:destination="@+id/turnOnSyncFragment" />
<action
android:id="@+id/action_homeFragment_to_accountProblemFragment"
app:destination="@id/accountProblemFragment" />
<action
android:id="@+id/action_homeFragment_to_searchFragment"
app:destination="@id/searchFragment"

Loading…
Cancel
Save