Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8483ad6387
1 changed files with 0 additions and 3 deletions
|
@ -42,9 +42,6 @@ public class DashNavigationFragment extends DashBaseFragment {
|
||||||
public void onClick(View view) {
|
public void onClick(View view) {
|
||||||
|
|
||||||
ShowRouteInfoDialogFragment.showDialog(getActivity().getSupportFragmentManager());
|
ShowRouteInfoDialogFragment.showDialog(getActivity().getSupportFragmentManager());
|
||||||
Intent intent = new Intent(view.getContext(), ShowRouteInfoDialogFragment.class);
|
|
||||||
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
|
||||||
view.getContext().startActivity(intent);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return view;
|
return view;
|
||||||
|
|
Loading…
Reference in a new issue