Fix compilation
This commit is contained in:
parent
83fe5fa0d8
commit
d906018e3a
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue