|
|
@@ -143,6 +143,16 @@ class WorkerFragment(val goBack: () -> Unit, val changePage: (PageChangeBO) -> U
|
|
|
}
|
|
|
|
|
|
override fun refreshPage(pageChangeBO: PageChangeBO) {
|
|
|
+ mSelectedList.clear()
|
|
|
+ mColockerSelectedShowList.clear()
|
|
|
+ mLockerList.clear()
|
|
|
+ mColockerInsideList.clear()
|
|
|
+ mColockerOutsideList.clear()
|
|
|
+ mBinding?.rvColockerSelected?.adapter?.notifyDataSetChanged()
|
|
|
+ mBinding?.rvLockerList?.adapter?.notifyDataSetChanged()
|
|
|
+ mBinding?.rvColockerInside?.adapter?.notifyDataSetChanged()
|
|
|
+ mBinding?.rvColockerOutside?.adapter?.notifyDataSetChanged()
|
|
|
+
|
|
|
mPageChangeBO = pageChangeBO
|
|
|
mBinding?.layoutLocker?.root?.visibility = View.INVISIBLE
|
|
|
|