Public API changes related to 0.52.0 A-S bump

fennec/beta
Grisha Kruglov 4 years ago committed by Sebastian Kaspari
parent c87c837865
commit 7275dd5269

@ -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