mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-18 16:03:12 +00:00
make it compile again
This commit is contained in:
parent
5e7482085f
commit
12d411c294
7 changed files with 19 additions and 20 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue