In the Settings app on Android, the back button in the top left corner of the screen doesn't work

Which version of system do you use? Khadas official images, self built images, or others?

VIM4-Android-11-64bit-V230621

Please describe your issue below:

Hello. The back button on the top action bar of the settings screen does not work. I can only go back by pressing the back button at the bottom.
On older roms, the back button in the Settings app worked properly.

Can you tell me which version of firmware it is?

The build number is vim4_android11_64bit_v220826. It didn’t work with the latest version, so I tested it with the oldest 64-bit version.

@Junu_M

/device/khadas$ git diff
diff --git a/kvim4/kvim4.mk b/kvim4/kvim4.mk
--- a/kvim4/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/kvim4/overlay/frameworks/base/core/res/res/values/config.xml
@@ -115,7 +115,7 @@
 
     <!-- True if the device supports split screen as a form of multi-window. -->
     <bool name="config_supportsSplitScreenMultiWindow">true</bool>
-    <integer name="config_defaultUiModeType">4</integer>
+    <integer name="config_defaultUiModeType">1</integer>