Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-09-10 12:32:18 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:30 +0300
commit1de8221d8c8676e40df52992fdb7e1a68acaffc2 (patch)
treef6ebfd999689079b2a93adaa772f772ab9edd2ba /android/UnitTests
parent9f4bb161a9d80b102863f66480cd48ad7a99afd7 (diff)
[android] Changed internal map model refresh order. Fixed crash after opening map from DownloadResourcesActivity when map download is active.
Diffstat (limited to 'android/UnitTests')
-rw-r--r--android/UnitTests/jni/mock.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/android/UnitTests/jni/mock.cpp b/android/UnitTests/jni/mock.cpp
index beb0a44803..acac3a88eb 100644
--- a/android/UnitTests/jni/mock.cpp
+++ b/android/UnitTests/jni/mock.cpp
@@ -179,11 +179,6 @@ namespace android_tests
m_androidDefResScope = "rfw";
}
- void OnExternalStorageStatusChanged(bool isAvailable)
- {
- LOG(LWARNING, ("OnExternalStorageStatusChanged() is not implemented."));
- }
-
/// get storage path without ending "/MapsWithMe/"
string GetStoragePathPrefix() const
{