Parcourir la source

native: Use Docked Mode helper

lat9nq il y a 2 ans
Parent
commit
00af46c356
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 false;
         }
         }
 
 
-        return !Settings::values.use_docked_mode.GetValue();
+        return !Settings::IsDockedMode();
     }
     }
 
 
     void SetDeviceType([[maybe_unused]] int index, int type) {
     void SetDeviceType([[maybe_unused]] int index, int type) {