@@ -313,6 +313,7 @@ public class InquiryActivity extends BaseActivity {
}
} else {
+ mAdapterRigh.setNewInstance(data.get(0).getCabinetDoorVoList());
mCabinetId = mAdapterLeft.getData().get(0).getCabinetId();
mCabinetName = mAdapterLeft.getData().get(0).getCabinetName();
mAdapterLeft.getData().get(0).setType(true);
@@ -153,7 +153,6 @@
<RelativeLayout
android:id="@+id/relOne"
android:layout_width="match_parent"
- android:visibility="gone"
android:layout_height="match_parent">
<LinearLayout