mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-06 01:20:29 +05:30
ktlint
This commit is contained in:
parent
2044977f95
commit
9a353a1286
@ -42,7 +42,7 @@ class Home : Fragment() {
|
|||||||
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
||||||
super.onViewCreated(view, savedInstanceState)
|
super.onViewCreated(view, savedInstanceState)
|
||||||
val searchButton = view.findViewById<com.google.android.material.floatingactionbutton
|
val searchButton = view.findViewById<com.google.android.material.floatingactionbutton
|
||||||
.FloatingActionButton>(R.id.search_fab)
|
.FloatingActionButton>(R.id.search_fab)
|
||||||
searchButton.setOnClickListener {
|
searchButton.setOnClickListener {
|
||||||
findNavController().navigate(R.id.searchFragment)
|
findNavController().navigate(R.id.searchFragment)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user