pull/600/head
Jonathan Almeida 5 years ago committed by liuche
parent 9649cd5049
commit ff6ccd2a8d

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

Loading…
Cancel
Save