You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -160,7 +164,8 @@ private class DisconnectSetting: WithAccountSetting {
160
164
alertController.addAction(
161
165
UIAlertAction(title:NSLocalizedString("Disconnect", comment:"Disconnect button in the 'disconnect firefox account' alert"), style:.Destructive){(action)in
162
166
self.settings.profile.setAccount(nil)
163
-
self.settings.tableView.reloadData()
167
+
// Refresh, to show that we no longer have an Account immediately.
0 commit comments