diff --git a/android/src/com/mapswithme/maps/downloader/BottomPanel.java b/android/src/com/mapswithme/maps/downloader/BottomPanel.java index feab04b563..b490d5546b 100644 --- a/android/src/com/mapswithme/maps/downloader/BottomPanel.java +++ b/android/src/com/mapswithme/maps/downloader/BottomPanel.java @@ -140,6 +140,7 @@ class BottomPanel break; case CountryItem.STATUS_PROGRESS: + case CountryItem.STATUS_APPLYING: case CountryItem.STATUS_ENQUEUED: setCancelState(); break; @@ -170,6 +171,7 @@ class BottomPanel break; case CountryItem.STATUS_PROGRESS: + case CountryItem.STATUS_APPLYING: case CountryItem.STATUS_ENQUEUED: setCancelState(); break; diff --git a/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java b/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java index 0cd7caf49e..a2af0e37ff 100644 --- a/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java +++ b/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java @@ -378,6 +378,7 @@ class DownloaderAdapter extends RecyclerView.Adapter