1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-31 19:41:19 +00:00

Small improvement

This commit is contained in:
M66B 2018-11-09 17:06:51 +00:00
parent f8c678b64c
commit 5111a20bfe

View file

@ -873,7 +873,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
fragment.setArguments(args);
int pane;
if (findViewById(R.id.content_pane) == null)
if (grpPane == null)
pane = R.id.content_frame;
else {
pane = R.id.content_pane;