make it compile again

This commit is contained in:
Helium314 2025-02-01 08:43:04 +01:00
parent 5e7482085f
commit 12d411c294
7 changed files with 19 additions and 20 deletions

View file

@ -29,7 +29,7 @@ import helium314.keyboard.settings.SettingsDestination
import helium314.keyboard.settings.SliderPreference
import helium314.keyboard.settings.SwitchPreference
import helium314.keyboard.settings.Theme
import helium314.keyboard.settings.needsKeyboardReload
import helium314.keyboard.settings.keyboardNeedsReload
@Composable
fun AdvancedSettingsScreen(
@ -229,7 +229,7 @@ fun createAdvancedPrefs(context: Context) = listOf(
else -> "version unknown"
}
},
onValueChanged = { needsKeyboardReload = true }
onValueChanged = { keyboardNeedsReload = true }
)
},
PrefDef(context, Settings.PREF_URL_DETECTION, R.string.url_detection_title, R.string.url_detection_summary) {