mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +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?) {
|
||||
super.onViewCreated(view, savedInstanceState)
|
||||
val searchButton = view.findViewById<com.google.android.material.floatingactionbutton
|
||||
.FloatingActionButton>(R.id.search_fab)
|
||||
.FloatingActionButton>(R.id.search_fab)
|
||||
searchButton.setOnClickListener {
|
||||
findNavController().navigate(R.id.searchFragment)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user