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:
authoralexzatsepin <az@mapswithme.com>2016-12-01 11:58:57 +0300
committerДобрый Ээх <bukharaev@gmail.com>2016-12-09 20:11:35 +0300
commitb0b6b22a33fc5cbec8fc374977b15eb6dd2af346 (patch)
tree6c62536f15fdd78b4b16cc922cf3518a81a9cbe2 /android
parent4bf71a29595547204a591dc356b083c210ef1485 (diff)
[android] Fixed crash in myTarget
Diffstat (limited to 'android')
-rw-r--r--android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java b/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java
index 6208a15d1f..098ca08da0 100644
--- a/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java
+++ b/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java
@@ -1010,7 +1010,6 @@ class DownloaderAdapter extends RecyclerView.Adapter<DownloaderAdapter.ViewHolde
{
mHeadersDecoration.invalidateHeaders();
notifyItemRangeInserted(mNearMeCount, mAds.size());
- handleBannersShow(mAds);
return;
}