Removed commented out code
This commit is contained in:
parent
4777ffb699
commit
6759f3d319
|
@ -75,11 +75,6 @@ class HomeFragment : Fragment() {
|
||||||
|
|
||||||
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
|
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
|
||||||
val rootView = inflater.inflate(R.layout.fragment_home, container, false)
|
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)
|
val rcyvwAccountTransactions: RecyclerView = rootView.findViewById(R.id.rcyvwAccountTransactions)
|
||||||
rcyvwAccountTransactions.layoutManager = LinearLayoutManager(context, LinearLayoutManager.VERTICAL, false)
|
rcyvwAccountTransactions.layoutManager = LinearLayoutManager(context, LinearLayoutManager.VERTICAL, false)
|
||||||
|
|
Loading…
Reference in New Issue