|
|
@@ -161,7 +161,7 @@ class DeviceRegistrationKeyAndLockFragment :
|
|
|
ContextCompat.getColor(context, R.color.common_status_green)
|
|
|
|
|
|
override fun getItemViewLayoutId(): Int {
|
|
|
- return R.layout.item_rv_key_dock_device_input
|
|
|
+ return R.layout.item_rv_key_dock_device_registration
|
|
|
}
|
|
|
|
|
|
override fun convert(holder: ViewHolder?, row: DockStatusBO, position: Int) {
|
|
|
@@ -295,7 +295,7 @@ class DeviceRegistrationKeyAndLockFragment :
|
|
|
rv?.adapter = object :
|
|
|
CommonAdapter<Int>(
|
|
|
ctx,
|
|
|
- R.layout.item_rv_lock_dock_child_device_input,
|
|
|
+ R.layout.item_rv_lock_dock_child_device_registration,
|
|
|
row.dockList[0].deviceList
|
|
|
) {
|
|
|
override fun convert(holder: ViewHolder?, lockIdx: Int, position: Int) {
|