cyyuk

Results 1 comments of cyyuk

HI @medyo after move the DynamicBox initialization to onViewCreated ``` @Override public void onViewCreated(View view, Bundle savedInstanceState){ super.onViewCreated(view,savedInstanceState); dynamicBox = new DynamicBox(HomeContentPageFragment.this.getActivity(), view); } ``` I run in API 18(android...