mirror of https://github.com/M66B/FairEmail.git
Fixed empty space at bottom
This commit is contained in:
parent
2145e7b54f
commit
5913933e2b
|
@ -870,7 +870,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||||
? View.VISIBLE : View.GONE);
|
? View.VISIBLE : View.GONE);
|
||||||
bottom_navigation.getMenu().findItem(R.id.action_prev).setEnabled(false);
|
bottom_navigation.getMenu().findItem(R.id.action_prev).setEnabled(false);
|
||||||
bottom_navigation.getMenu().findItem(R.id.action_next).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);
|
grpReady.setVisibility(View.GONE);
|
||||||
pbWait.setVisibility(View.VISIBLE);
|
pbWait.setVisibility(View.VISIBLE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue