updateStatus after successive offline restarts

This commit is contained in:
Andy Gup 2015-05-04 16:34:52 -06:00
parent 2e5eb28a36
commit dbf46d7f8f

View File

@ -477,6 +477,7 @@
} }
else { else {
offlineFeaturesManager.goOffline(); offlineFeaturesManager.goOffline();
updateStatus();
} }
} }
}); });