We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336aaa9 commit fc59a9eCopy full SHA for fc59a9e
RotationControl/src/main/java/com/programminghoch10/RotationControl/SettingsActivity.kt
@@ -7,7 +7,7 @@ import androidx.preference.Preference
7
import androidx.preference.PreferenceCategory
8
import androidx.preference.PreferenceFragmentCompat
9
10
-val ROTATION_MODE_DEFAULT = ROTATION_MODE.SCREEN_ORIENTATION_FULL_SENSOR
+val ROTATION_MODE_DEFAULT = ROTATION_MODE.SCREEN_ORIENTATION_SENSOR
11
const val SHARED_PREFERENCES_NAME = "rotation_mode"
12
13
class SettingsActivity : FragmentActivity() {
0 commit comments