forked from organicmaps/organicmaps
[android] Fixed shared bookmark category name
This commit is contained in:
parent
bb32502f4f
commit
87401f1e7c
4 changed files with 1 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
../../data/resources-ldpi_clear
|
|
@ -1 +0,0 @@
|
|||
../../data/resources-ldpi_dark
|
|
@ -1 +0,0 @@
|
|||
../../data/resources-ldpi_legacy
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue