Skip to content

Commit

Permalink
Satisfy the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
interfect committed Jan 1, 2021
1 parent 3b151c2 commit b707adb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ import android.os.Build
import android.os.Build.VERSION.SDK_INT
import android.os.Bundle
import androidx.appcompat.app.AppCompatDelegate
import androidx.core.content.edit
import androidx.preference.EditTextPreference
import androidx.preference.Preference
import androidx.preference.PreferenceFragmentCompat
import androidx.preference.SwitchPreference
import org.mozilla.fenix.FeatureFlags
Expand Down Expand Up @@ -57,7 +55,7 @@ class CustomizationFragment : PreferenceFragmentCompat() {
setupGesturesCategory()
setupAddonsCustomizationCategory()
setupSystemBehaviorCategory()

requirePreference<SwitchPreference>(R.string.pref_key_strip_url).apply {
isChecked = context.settings().shouldStripUrl

Expand Down

0 comments on commit b707adb

Please sign in to comment.