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

Commit f1944fbb authored by Kirill Timofeev's avatar Kirill Timofeev Committed by Android (Google) Code Review
Browse files

Merge "MessageQueue: add missing enum value to the '@StackNodeType'." into main

parents aa3bbb52 adaef8b5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2524,7 +2524,8 @@ public final class MessageQueue {
        STACK_NODE_MESSAGE,
        STACK_NODE_ACTIVE,
        STACK_NODE_PARKED,
        STACK_NODE_TIMEDPARK})
        STACK_NODE_TIMEDPARK,
        STACK_NODE_QUITTING})
    @Retention(RetentionPolicy.SOURCE)
    private @interface StackNodeType {}