diff options
Diffstat (limited to 'main/src/cgeo/geocaching/LogTrackableActivity.java')
| -rw-r--r-- | main/src/cgeo/geocaching/LogTrackableActivity.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/src/cgeo/geocaching/LogTrackableActivity.java b/main/src/cgeo/geocaching/LogTrackableActivity.java index 578bd62..bcbc4d4 100644 --- a/main/src/cgeo/geocaching/LogTrackableActivity.java +++ b/main/src/cgeo/geocaching/LogTrackableActivity.java @@ -140,8 +140,6 @@ public class LogTrackableActivity extends AbstractActivity implements DateDialog setTitle(res.getString(R.string.trackable_touch) + ": " + trackable.getGeocode().toUpperCase()); } - app.setAction("logging trackable"); - if (guid == null) { showToast(res.getString(R.string.err_tb_forgot_saw)); @@ -232,10 +230,6 @@ public class LogTrackableActivity extends AbstractActivity implements DateDialog } public void init() { - if (geocode != null) { - app.setAction("logging trackable"); - } - final Button typeButton = (Button) findViewById(R.id.type); registerForContextMenu(typeButton); typeButton.setText(typeSelected.getL10n()); |
