summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/android/app/src/main/jni/native.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp
index c23b2f19e..6e9dbee95 100644
--- a/src/android/app/src/main/jni/native.cpp
+++ b/src/android/app/src/main/jni/native.cpp
@@ -377,7 +377,7 @@ public:
377 return false; 377 return false;
378 } 378 }
379 379
380 return !Settings::values.use_docked_mode.GetValue(); 380 return !Settings::IsDockedMode();
381 } 381 }
382 382
383 void SetDeviceType([[maybe_unused]] int index, int type) { 383 void SetDeviceType([[maybe_unused]] int index, int type) {