Merge branch '5.03_Registering_with_GCM' into 5.04_Receiving_a_Message

This commit is contained in:
Dan Galpin
2015-05-25 00:03:59 -07:00

View File

@@ -278,7 +278,7 @@ public class MainActivity extends ActionBarActivity implements ForecastFragment.
storeRegistrationId(context, regId); storeRegistrationId(context, regId);
} catch (IOException ex) { } catch (IOException ex) {
msg = "Error :" + ex.getMessage(); msg = "Error :" + ex.getMessage();
// TODO(joannasmith): If there is an error, don't just keep trying to register. // TODO: If there is an error, don't just keep trying to register.
// Require the user to click a button again, or perform // Require the user to click a button again, or perform
// exponential back-off. // exponential back-off.
} }