mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-21 12:17:12 +03:00
little fix
This commit is contained in:
parent
eeddf17691
commit
85d0e49fd4
1 changed files with 1 additions and 1 deletions
|
@ -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()) },
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue