We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ecaa0 commit e1d335eCopy full SHA for e1d335e
1 file changed
PennMobile/src/main/java/com/pennapps/labs/pennmobile/dining/fragments/MenuTab.kt
@@ -33,7 +33,7 @@ class MenuTab : Fragment() {
33
inflater: LayoutInflater,
34
container: ViewGroup?,
35
savedInstanceState: Bundle?,
36
- ): View? {
+ ): View {
37
val root =
38
LinearLayout(requireContext()).apply {
39
orientation = LinearLayout.VERTICAL
0 commit comments