Fixed empty space at bottom

This commit is contained in:
M66B 2019-08-23 16:06:07 +02:00
parent 2145e7b54f
commit 5913933e2b
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
? View.VISIBLE : View.GONE);
bottom_navigation.getMenu().findItem(R.id.action_prev).setEnabled(false);
bottom_navigation.getMenu().findItem(R.id.action_next).setEnabled(false);
bottom_navigation.setVisibility(actionbar ? View.INVISIBLE : View.GONE);
bottom_navigation.setVisibility(actionbar && viewType == AdapterMessage.ViewType.THREAD ? View.INVISIBLE : View.GONE);
grpReady.setVisibility(View.GONE);
pbWait.setVisibility(View.VISIBLE);