Merge pull request #4763 from goblinr/MAPSME-85-ext-bookmark-export-file-name

[android] Fixed shared bookmark category name
This commit is contained in:
alexzatsepin 2016-11-21 17:27:03 +03:00 committed by GitHub
commit 400ec27bc9
4 changed files with 1 additions and 4 deletions

View file

@ -1 +0,0 @@
../../data/resources-ldpi_clear

View file

@ -1 +0,0 @@
../../data/resources-ldpi_dark

View file

@ -1 +0,0 @@
../../data/resources-ldpi_legacy

View file

@ -215,7 +215,7 @@ public final class SharingHelper
public static void shareBookmarksCategory(Activity context, int id)
{
String path = MwmApplication.get().getTempPath();
final String path = MwmApplication.get().getTempPath() + "/";
String name = BookmarkManager.INSTANCE.nativeSaveToKmzFile(id, path);
if (name == null)
return;