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

Commit ed28d406 authored by Sailesh Nepal's avatar Sailesh Nepal Committed by Android (Google) Code Review
Browse files

Merge "Fix WTF when creating a lazily initialized connection" into lmp-dev

parents 3af1afb0 b2d41f4c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -237,6 +237,8 @@ public abstract class Connection {
     */
    public static String stateToString(int state) {
        switch (state) {
            case State.INITIALIZING:
                return "INITIALIZING";
            case State.NEW:
                return "NEW";
            case State.RINGING: