Drop trailing spaces

pull/157/head
Adam Novak 4 years ago
parent 15202cc076
commit 1287c03760

@ -326,7 +326,7 @@ open class FenixApplication : LocaleAwareApplication(), Provider {
runOnlyInMainProcess {
components.core.icons.onTrimMemory(level)
// We want to be judicious in passing low mamory messages to
// android-components, because it is (at time of writing) hardcoded
// to drop tab states (and any user data in them) as soon as we

@ -257,7 +257,7 @@ class CustomizationFragment : PreferenceFragmentCompat() {
onPreferenceChangeListener = SharedPreferenceUpdater()
}
}
private fun setupSystemBehaviorCategory() {
requirePreference<SwitchPreference>(R.string.pref_key_relinquish_memory_under_pressure).apply {
isChecked = context.settings().shouldRelinquishMemoryUnderPressure

@ -550,7 +550,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
appContext.getPreferenceKey(R.string.pref_key_strip_url),
default = true
)
var shouldRelinquishMemoryUnderPressure by booleanPreference(
appContext.getPreferenceKey(R.string.pref_key_relinquish_memory_under_pressure),
default = true

Loading…
Cancel
Save