소스 검색

native: Use Docked Mode helper

lat9nq 2 년 전
부모
커밋
00af46c356
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/android/app/src/main/jni/native.cpp

+ 1 - 1
src/android/app/src/main/jni/native.cpp

@@ -377,7 +377,7 @@ public:
             return false;
         }
 
-        return !Settings::values.use_docked_mode.GetValue();
+        return !Settings::IsDockedMode();
     }
 
     void SetDeviceType([[maybe_unused]] int index, int type) {