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:
authorAlexander Marchuk <alexm@maps.me>2015-11-13 21:14:05 +0300
committerAlexander Marchuk <alexm@maps.me>2015-11-24 16:53:33 +0300
commitc45512efd992cc3c4488a33356f5caba5e590792 (patch)
tree69d4f2e2d39cabe4e21b2e39ae7295a1cb7f674b /android/src/com/mapswithme/maps/search/CategoriesAdapter.java
parent78e2a37a4879a6996f09337ccfcd4b0c01b5f8f9 (diff)
[android] add: Show MyPosition in search fragment.
Diffstat (limited to 'android/src/com/mapswithme/maps/search/CategoriesAdapter.java')
-rw-r--r--android/src/com/mapswithme/maps/search/CategoriesAdapter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/search/CategoriesAdapter.java b/android/src/com/mapswithme/maps/search/CategoriesAdapter.java
index 2b19f7ec8e..9b35dc4624 100644
--- a/android/src/com/mapswithme/maps/search/CategoriesAdapter.java
+++ b/android/src/com/mapswithme/maps/search/CategoriesAdapter.java
@@ -14,7 +14,7 @@ import com.mapswithme.maps.R;
import com.mapswithme.util.UiUtils;
import com.mapswithme.util.statistics.Statistics;
-public class CategoriesAdapter extends RecyclerView.Adapter<CategoriesAdapter.ViewHolder>
+class CategoriesAdapter extends RecyclerView.Adapter<CategoriesAdapter.ViewHolder>
{
private final int mCategoryResIds[];
private final int mIconResIds[];