protected void onLoggedNmeaBurst(INmeaBurst burst) {
    _Bursts.add(TtNmeaBurst.create(_Point.getCN(), false, burst));

    if (!btnCalc.isEnabled() && getLoggedCount() > 0) {
      btnCalc.setEnabled(true);
      btnCalc.setBackgroundColor(AndroidUtils.UI.getColor(this, R.color.primary));
    }
  }