little fix

This commit is contained in:
LuftVerbot 2023-11-18 17:26:35 +01:00
parent eeddf17691
commit 85d0e49fd4

View file

@ -120,7 +120,7 @@ object SettingsAdvancedScreen : SearchableSettings {
),
Preference.PreferenceItem.TextPreference(
title = stringResource(R.string.pref_debug_info),
onClick = { navigator.push(DebugInfoScreen) },
onClick = { navigator.push(DebugInfoScreen()) },
),
),
)