This is a very low-risk PR, which should not require a rebase to deal with the scope issue today in TaskCluster.
pull/600/head
Sourabh 5 years ago committed by Colin Lee
parent f292286006
commit 9c7caab6e3

@ -740,10 +740,12 @@ class HomeFragment : Fragment(), AccountObserver {
}
override fun onAuthenticated(account: OAuthAccount, newAccount: Boolean) {
view?.let {
FenixSnackbar.make(it, Snackbar.LENGTH_SHORT).setText(
it.context.getString(R.string.onboarding_firefox_account_sync_is_on)
).show()
if (newAccount) {
view?.let {
FenixSnackbar.make(it, Snackbar.LENGTH_SHORT).setText(
it.context.getString(R.string.onboarding_firefox_account_sync_is_on)
).show()
}
}
emitModeChanges()
}

Loading…
Cancel
Save