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 7a2b413 commit be29611Copy full SHA for be29611
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