aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/src/cgeo/geocaching/cgeogpxes.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeogpxes.java b/main/src/cgeo/geocaching/cgeogpxes.java
index f19287d..4714049 100644
--- a/main/src/cgeo/geocaching/cgeogpxes.java
+++ b/main/src/cgeo/geocaching/cgeogpxes.java
@@ -80,7 +80,7 @@ public class cgeogpxes extends FileList<cgGPXListAdapter> {
listId = cgList.STANDARD_LIST_ID;
}
- if (getIntent().getScheme().equals("content")) {
+ if ("content".equals(getIntent().getScheme())) {
new AlertDialog.Builder(this)
.setTitle(res.getString(R.string.gpx_import_title))
.setMessage(res.getString(R.string.gpx_import_confirm))