diff --git a/android/jni/com/mapswithme/maps/DownloadUI.cpp b/android/jni/com/mapswithme/maps/DownloadUI.cpp index d620e0bf42..0a9cfb1eb4 100644 --- a/android/jni/com/mapswithme/maps/DownloadUI.cpp +++ b/android/jni/com/mapswithme/maps/DownloadUI.cpp @@ -85,7 +85,7 @@ extern "C" Java_com_mapswithme_maps_DownloadUI_countryRemoteSizeInBytes(JNIEnv * env, jobject thiz, jint group, jint country, jint region) { - return g_framework->Storage().CountrySizeInBytes(storage::TIndex(group, country, region)).first; + return g_framework->Storage().CountrySizeInBytes(storage::TIndex(group, country, region)).second; } JNIEXPORT jint JNICALL