Do not hide feed buttons (show/hide & help) behind three-dots menu
This commit is contained in:
parent
3c670fed5f
commit
97bd8de8a0
4 changed files with 5 additions and 9 deletions
|
|
@ -130,7 +130,7 @@ public class MainFragment extends BaseFragment implements TabLayout.OnTabSelecte
|
|||
Log.d(TAG, "onCreateOptionsMenu() called with: "
|
||||
+ "menu = [" + menu + "], inflater = [" + inflater + "]");
|
||||
}
|
||||
inflater.inflate(R.menu.main_fragment_menu, menu);
|
||||
inflater.inflate(R.menu.menu_main_fragment, menu);
|
||||
|
||||
final ActionBar supportActionBar = activity.getSupportActionBar();
|
||||
if (supportActionBar != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue