Small improvement

This commit is contained in:
M66B 2018-11-09 17:06:51 +00:00
parent f8c678b64c
commit 5111a20bfe
1 changed files with 1 additions and 1 deletions

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;