Skip to content

Commit

Permalink
Warning Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
baronhsieh2005 committed Sep 28, 2024
1 parent 9c32fcf commit a48af7b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class DiningAdapter(
}

class DiningViewHolder(
private val itemBinding: DiningListItemBinding,
itemBinding: DiningListItemBinding,
) : RecyclerView.ViewHolder(itemBinding.root) {
val layout: ConstraintLayout = itemBinding.diningListItemLayout
val hallNameTV: TextView = itemBinding.itemDiningName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.pennapps.labs.pennmobile.adapters

import android.content.Context
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import android.widget.ImageView
import android.widget.TextView
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
import com.pennapps.labs.pennmobile.classes.GSRBookingResult;
import com.pennapps.labs.pennmobile.classes.GSRLocation;
import com.pennapps.labs.pennmobile.classes.GSRReservation;
import com.pennapps.labs.pennmobile.classes.LaundryRequest;
import com.pennapps.labs.pennmobile.classes.LaundryRoom;
import com.pennapps.labs.pennmobile.classes.LaundryRoomSimple;
import com.pennapps.labs.pennmobile.classes.LaundryUsage;
import com.pennapps.labs.pennmobile.classes.Poll;
import com.pennapps.labs.pennmobile.classes.Post;
import com.pennapps.labs.pennmobile.classes.SaveAccountResponse;
Expand Down

0 comments on commit a48af7b

Please sign in to comment.