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 =
|
preferences =
|
||||||
listOf(
|
listOf(
|
||||||
AppPreference.CombineContinueNext,
|
AppPreference.CombineContinueNext,
|
||||||
AppPreference.NavDrawerSwitchOnFocus,
|
// Temporarily disabled, see https://github.com/damontecres/Wholphin/pull/127#issuecomment-3478058418
|
||||||
|
// AppPreference.NavDrawerSwitchOnFocus,
|
||||||
AppPreference.ControllerTimeout,
|
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) {
|
LaunchedEffect(derivedFocusedIndex) {
|
||||||
val index = derivedFocusedIndex
|
val index = derivedFocusedIndex
|
||||||
delay(600)
|
delay(600)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue