|
|
@@ -383,9 +383,9 @@ public class ThingsDetail extends CustomActionBarActivity implements View.OnClic
|
|
|
|
|
|
if (mMandatoryTotalList.size() > 0) {
|
|
|
if (optionCount == 0) {
|
|
|
- pageAdapter.setHideDivider(true);
|
|
|
- } else {
|
|
|
pageAdapter.setHideDivider(false);
|
|
|
+ } else {
|
|
|
+ pageAdapter.setHideDivider(true);
|
|
|
}
|
|
|
nodeMandatoryPager.getAdapter().notifyDataSetChanged();
|
|
|
util.getLinearLayout(mActivity, R.id.llvpNode_M_Icon).setVisibility(View.GONE);
|