diff --git a/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java b/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java index 6cf5b924cc..f6cf6b03cc 100644 --- a/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java +++ b/OsmAnd/src/net/osmand/plus/download/ui/UpdatesIndexFragment.java @@ -370,7 +370,8 @@ public class UpdatesIndexFragment extends OsmAndListFragment implements Download cardView.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { - ChoosePlanDialogFragment.showOsmLiveInstance(getMyActivity().getSupportFragmentManager()); + ChoosePlanDialogFragment.showDialogInstance(getMyApplication(), + getMyActivity().getSupportFragmentManager(), ChoosePlanDialogType.OSM_LIVE); } }); } else {