Skip to content

Commit

Permalink
Specifically make sure OSM files are uploaded to the server.
Browse files Browse the repository at this point in the history
  • Loading branch information
hallahan committed Dec 7, 2015
1 parent 698c3e9 commit 756ca24
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ private boolean uploadOneSubmission(String urlString, String id, String instance
files.add(f);
} else if (extension.equals("mp4")) { // legacy 0.9x
files.add(f);
} else if (extension.equals("osm")) { // legacy 0.9x
files.add(f);
} else {
Log.w(t, "unrecognized file type " + f.getName());
}
Expand Down

0 comments on commit 756ca24

Please sign in to comment.