fixed lint issues

fennec/production
sraturi 4 years ago committed by Emily Kager
parent 703a8ed565
commit c8ec25fde9

@ -15,7 +15,11 @@ import android.os.Bundle
import android.speech.RecognizerIntent
import android.speech.RecognizerIntent.EXTRA_RESULTS
import android.text.style.StyleSpan
import android.view.*
import android.view.LayoutInflater
import android.view.MotionEvent
import android.view.View
import android.view.ViewGroup
import android.view.ViewStub
import androidx.appcompat.app.AlertDialog
import androidx.core.content.ContextCompat
import androidx.core.view.isVisible
@ -71,6 +75,7 @@ class SearchFragment : Fragment(), UserInteractionHandler {
requireContext().settings().shouldShowSearchSuggestions
}
@Suppress("LongMethod")
override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,

Loading…
Cancel
Save