1
0
Fork 0

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

master
Jonathan Almeida 2020-01-25 14:04:24 -05:00 committed by liuche
parent 622fdadde8
commit 40e72a7b28
1 changed files with 0 additions and 1 deletions

View File

@ -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()
}
}
}