Removed commented out code

This commit is contained in:
dankito 2020-10-17 18:23:59 +02:00
parent 4777ffb699
commit 6759f3d319
1 changed files with 0 additions and 5 deletions

View File

@ -75,11 +75,6 @@ class HomeFragment : Fragment() {
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
val rootView = inflater.inflate(R.layout.fragment_home, container, false)
// val textView: TextView = root.findViewById(R.id.text_home)
// homeViewModel.text.observe(this, Observer {
// textView.text = it
// })
val rcyvwAccountTransactions: RecyclerView = rootView.findViewById(R.id.rcyvwAccountTransactions)
rcyvwAccountTransactions.layoutManager = LinearLayoutManager(context, LinearLayoutManager.VERTICAL, false)