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

Commit b2d41f4c authored by Sailesh Nepal's avatar Sailesh Nepal
Browse files

Fix WTF when creating a lazily initialized connection

Change-Id: I16af7e99d07f83b17f111acbf0a3285d09cee13e
parent 0fa59b89
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: