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

Commit 332b0feb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Simplify dock setup state setting" into tm-qpr-dev am: baf76a11

parents 0e265652 baf76a11
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -9165,14 +9165,6 @@ public final class Settings {
         */
         */
        public static final int DOCK_SETUP_PAUSED = 2;
        public static final int DOCK_SETUP_PAUSED = 2;
        /**
         * Indicates that the dock setup has resumed snoozing but the user hasn't started it yet.
         * One of the possible states for {@link #DOCK_SETUP_STATE}.
         *
         * @hide
         */
        public static final int DOCK_SETUP_RESUMED = 3;
        /**
        /**
         * Indicates that the user has completed dock setup.
         * Indicates that the user has completed dock setup.
         * One of the possible states for {@link #DOCK_SETUP_STATE}.
         * One of the possible states for {@link #DOCK_SETUP_STATE}.
@@ -9187,7 +9179,6 @@ public final class Settings {
                DOCK_SETUP_NOT_STARTED,
                DOCK_SETUP_NOT_STARTED,
                DOCK_SETUP_STARTED,
                DOCK_SETUP_STARTED,
                DOCK_SETUP_PAUSED,
                DOCK_SETUP_PAUSED,
                DOCK_SETUP_RESUMED,
                DOCK_SETUP_COMPLETED
                DOCK_SETUP_COMPLETED
        })
        })
        public @interface DockSetupState {
        public @interface DockSetupState {