Merge "Remove settings overflow menu" into nyc-mr1-dev
am: 97a8db3c8a
* commit '97a8db3c8af60ffa381347963a0ccaf700a71ee7':
Remove settings overflow menu
Change-Id: I081b2dab824053294749995deb41147c8620a57a
This commit is contained in:
@@ -82,14 +82,6 @@ public final class DashboardContainerFragment extends InstrumentedFragment {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
|
||||
super.onCreateOptionsMenu(menu, inflater);
|
||||
if (getActivity() == null) return;
|
||||
HelpUtils.prepareHelpMenuItem(getActivity(), menu, R.string.help_uri_dashboard,
|
||||
getClass().getName());
|
||||
}
|
||||
|
||||
private static final class DashboardViewPagerAdapter extends FragmentPagerAdapter {
|
||||
|
||||
private final Context mContext;
|
||||
|
||||
Reference in New Issue
Block a user