fixes mm-1269 don't show blue bar for internet connection issue

Этот коммит содержится в:
JoramWilander
2015-06-17 08:29:44 -04:00
родитель 5a8f839716
Коммит 09bf615197

Просмотреть файл

@@ -15,6 +15,8 @@ var ActionTypes = Constants.ActionTypes;
var callTracker = {};
var dispatchError = function(err, method) {
if (err.message === "There appears to be a problem with your internet connection") return;
AppDispatcher.handleServerAction({
type: ActionTypes.RECIEVED_ERROR,
err: err,