Skip to content

Commit 3f4d52a

Browse files
change default RotationControl orientation mode to SENSOR
1 parent a8b833b commit 3f4d52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RotationControl/src/main/java/com/programminghoch10/RotationControl/SettingsActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import androidx.preference.Preference
77
import androidx.preference.PreferenceCategory
88
import androidx.preference.PreferenceFragmentCompat
99

10-
val ROTATION_MODE_DEFAULT = ROTATION_MODE.SCREEN_ORIENTATION_FULL_SENSOR
10+
val ROTATION_MODE_DEFAULT = ROTATION_MODE.SCREEN_ORIENTATION_SENSOR
1111
const val SHARED_PREFERENCES_NAME = "rotation_mode"
1212

1313
class SettingsActivity : FragmentActivity() {

0 commit comments

Comments
 (0)