Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 3a14d516 authored by Kshitij's avatar Kshitij Committed by Saalim Quadri
Browse files

Revert "feat: Remove rotation for phones"



This reverts commit b16cd779.

Signed-off-by: default avatarSaalim Quadri <danascape@gmail.com>
parent e24b0ccc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -312,8 +312,6 @@ public class SettingsActivity extends FragmentActivity
                    if (info.isTablet(info.realBounds)) {
                        // Launcher supports rotation by default. No need to show this setting.
                        return false;
                    } else {
                        preference.setVisible(false);
                    }
                    if (!getContext().getResources().getBoolean(
                            com.android.internal.R.bool.config_supportAutoRotation)) {