Do not hide feed buttons (show/hide & help) behind three-dots menu

This commit is contained in:
Stypox 2021-06-09 16:14:03 +02:00
parent 3c670fed5f
commit 97bd8de8a0
4 changed files with 5 additions and 9 deletions

View file

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