[android] Fixed shared bookmark category name

This commit is contained in:
Roman Romanov 2016-11-21 09:55:02 +04:00
parent bb32502f4f
commit 87401f1e7c
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;