1
0
Fork 0

Public API changes related to 0.52.0 A-S bump

master
Grisha Kruglov 2020-02-25 17:36:40 -08:00 committed by Sebastian Kaspari
parent c87c837865
commit 7275dd5269
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class AccountSettingsFragment : PreferenceFragmentCompat() {
accountManager.authenticatedAccount()
?.deviceConstellation()?.run {
refreshDevicesAsync().await()
pollForEventsAsync().await()
pollForCommandsAsync().await()
}
}
}