This commit is contained in:
Jannik 2019-03-20 17:55:30 +01:00
parent 15f1386b6e
commit cd3136715f
2 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class TimeTableFragment : Fragment() {
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
val view: View = inflater.inflate(R.layout.fragment_time_table, container, false)
val view: View = inflater.inflate(R.layout.fragment_timetable, container, false)
linLayoutTTFragment = view.findViewById(R.id.linLayout_TTFragment)