[Backup] Code Cleanup

This commit is contained in:
Prathamesh More 2021-12-30 16:21:16 +05:30
parent 4af4771cfe
commit 48da7dced3
4 changed files with 17 additions and 40 deletions

View file

@ -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)
)
}