[Backup] Code Cleanup
This commit is contained in:
parent
4af4771cfe
commit
48da7dced3
4 changed files with 17 additions and 40 deletions
|
@ -21,7 +21,7 @@ class BackupAdapter(
|
|||
|
||||
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder {
|
||||
return ViewHolder(
|
||||
LayoutInflater.from(activity).inflate(R.layout.item_list_card, parent, false)
|
||||
LayoutInflater.from(activity).inflate(R.layout.item_list_backup, parent, false)
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue