[android] Fixed crash in myTarget

This commit is contained in:
alexzatsepin 2016-12-01 11:58:57 +03:00 committed by Добрый Ээх
parent 4bf71a2959
commit b0b6b22a33

View file

@ -1010,7 +1010,6 @@ class DownloaderAdapter extends RecyclerView.Adapter<DownloaderAdapter.ViewHolde
{
mHeadersDecoration.invalidateHeaders();
notifyItemRangeInserted(mNearMeCount, mAds.size());
handleBannersShow(mAds);
return;
}