Use activity context in AppDetails, fixes #388
This commit is contained in:
parent
752c7c7022
commit
bfcd88ebb2
@ -1644,7 +1644,7 @@ public class AppDetails extends AppCompatActivity implements ProgressListener, A
|
|||||||
// the last opportunity to set the list adapter. As such, we use the headerView
|
// the last opportunity to set the list adapter. As such, we use the headerView
|
||||||
// as a mechanism to optionally allow adding a header in the future.
|
// as a mechanism to optionally allow adding a header in the future.
|
||||||
if (headerView == null) {
|
if (headerView == null) {
|
||||||
headerView = new FrameLayout(getActivity().getApplicationContext());
|
headerView = new FrameLayout(getActivity());
|
||||||
headerView.setId(R.id.appDetailsSummaryHeader);
|
headerView.setId(R.id.appDetailsSummaryHeader);
|
||||||
} else {
|
} else {
|
||||||
Fragment summaryFragment = getChildFragmentManager().findFragmentByTag(SUMMARY_TAG);
|
Fragment summaryFragment = getChildFragmentManager().findFragmentByTag(SUMMARY_TAG);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user