diff --git a/android/src/com/mapswithme/country/DownloadedAdapter.java b/android/src/com/mapswithme/country/DownloadedAdapter.java index a192a0a0ab..e6d920c884 100644 --- a/android/src/com/mapswithme/country/DownloadedAdapter.java +++ b/android/src/com/mapswithme/country/DownloadedAdapter.java @@ -259,6 +259,7 @@ public class DownloadedAdapter extends BaseDownloadAdapter implements ActiveCoun protected void resetCountryListener() { ActiveCountryTree.removeListener(mListenerSlotId); + mListenerSlotId = 0; } @Override