For #7524: Remove DeviceConstellation polling from onResume (#7908)

fennec/nightly
Jonathan Almeida 4 years ago committed by liuche
parent 622fdadde8
commit 40e72a7b28

@ -129,7 +129,6 @@ open class HomeActivity : LocaleAwareAppCompatActivity() {
// If we're authenticated, kick-off a sync and a device state refresh.
accountManager.authenticatedAccount()?.let {
accountManager.syncNowAsync(SyncReason.Startup, debounce = true)
it.deviceConstellation().pollForEventsAsync().await()
}
}
}

Loading…
Cancel
Save