This commit is contained in:
crimean 2019-07-12 18:50:45 +03:00
parent 0c94c0ae8d
commit 399e34a7d3

View file

@ -474,6 +474,9 @@ public class FirstUsageWizardFragment extends BaseOsmAndFragment implements OsmA
}
private void updateDownloadedItem() {
if (mapIndexItem == null) {
return;
}
final View firstRowLayout = view.findViewById(R.id.map_downloading_layout);
final View progressLayout = view.findViewById(R.id.map_download_progress_layout);
final ImageButton redownloadButton = (ImageButton) view.findViewById(R.id.map_redownload_button);