Fix compilation

This commit is contained in:
Vitaliy 2021-03-19 12:06:49 +02:00
parent 83fe5fa0d8
commit d906018e3a

View file

@ -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 {