about summary refs log tree commit diff
path: root/src/lib/hooks/useEnableKeyboardController.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hooks/useEnableKeyboardController.tsx')
-rw-r--r--src/lib/hooks/useEnableKeyboardController.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/hooks/useEnableKeyboardController.tsx b/src/lib/hooks/useEnableKeyboardController.tsx
index 366791c0c..858f6943a 100644
--- a/src/lib/hooks/useEnableKeyboardController.tsx
+++ b/src/lib/hooks/useEnableKeyboardController.tsx
@@ -26,10 +26,7 @@ export function KeyboardControllerProvider({
   children: React.ReactNode
 }) {
   return (
-    <KeyboardProvider
-      enabled={false}
-      // I don't think this is necessary, but Chesterton's fence and all that -sfn
-      statusBarTranslucent={true}>
+    <KeyboardProvider enabled={false}>
       <KeyboardControllerProviderInner>
         {children}
       </KeyboardControllerProviderInner>