mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Small improvement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user