No issue: Fix indenting in onViewCreated.

upstream-sync
mcarare 3 years ago committed by Mihai Adrian Carare
parent 80d2bec150
commit 0ac78665d5

@ -362,7 +362,7 @@ class HomeFragment : Fragment() {
@Suppress("LongMethod", "ComplexMethod")
override fun onViewCreated(view: View, savedInstanceState: Bundle?) =
PerfStartup.homeFragmentOnViewCreated.measureNoInline { // weird indent so we don't have to break blame.
PerfStartup.homeFragmentOnViewCreated.measureNoInline {
super.onViewCreated(view, savedInstanceState)
observeSearchEngineChanges()

Loading…
Cancel
Save