Skip to content

Commit e1d335e

Browse files
committed
dining ui rework
1 parent a4ecaa0 commit e1d335e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PennMobile/src/main/java/com/pennapps/labs/pennmobile/dining/fragments

PennMobile/src/main/java/com/pennapps/labs/pennmobile/dining/fragments/MenuTab.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class MenuTab : Fragment() {
3333
inflater: LayoutInflater,
3434
container: ViewGroup?,
3535
savedInstanceState: Bundle?,
36-
): View? {
36+
): View {
3737
val root =
3838
LinearLayout(requireContext()).apply {
3939
orientation = LinearLayout.VERTICAL

0 commit comments

Comments
 (0)