mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
parent
d76f829804
commit
fe0f96d413
2 changed files with 4 additions and 2 deletions
|
|
@ -683,7 +683,8 @@ val advancedPreferences =
|
|||
preferences =
|
||||
listOf(
|
||||
AppPreference.CombineContinueNext,
|
||||
AppPreference.NavDrawerSwitchOnFocus,
|
||||
// Temporarily disabled, see https://github.com/damontecres/Wholphin/pull/127#issuecomment-3478058418
|
||||
// AppPreference.NavDrawerSwitchOnFocus,
|
||||
AppPreference.ControllerTimeout,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -253,7 +253,8 @@ fun NavDrawer(
|
|||
}
|
||||
}
|
||||
}
|
||||
if (preferences.appPreferences.interfacePreferences.navDrawerSwitchOnFocus) {
|
||||
// Temporarily disabled, see https://github.com/damontecres/Wholphin/pull/127#issuecomment-3478058418
|
||||
if (false && preferences.appPreferences.interfacePreferences.navDrawerSwitchOnFocus) {
|
||||
LaunchedEffect(derivedFocusedIndex) {
|
||||
val index = derivedFocusedIndex
|
||||
delay(600)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue