[fenix] Public API changes related to 0.52.0 A-S bump

pull/600/head
Grisha Kruglov 4 years ago committed by Sebastian Kaspari
parent 96460ed942
commit 6740bb85e4

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

Loading…
Cancel
Save